All Downloads are FREE. Search and download functionalities are using the official Maven repository.

consulting.omnia.util.semaphore.RedSemaphore Maven / Gradle / Ivy

The newest version!
package consulting.omnia.util.semaphore;

/**
 * @author Ronaldo Blanc ronaldoblanc at omnia.consulting
 */
public class RedSemaphore extends Semaphore {

	public RedSemaphore() {
		setRed();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy