The Class Semaphore. Instances of this class can be used to make sure that only a limited number of concurrent class to a certain piece of code is executed. All others will be blocked until they are informed of a free resource by someone calling the {link v} method.
@author Jan Himmelspach
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.