com.softsynth.util
Class Semaphore

java.lang.Object
  extended by com.softsynth.util.Semaphore

public class Semaphore
extends java.lang.Object

Atomic sepahore.


Constructor Summary
Semaphore()
           
 
Method Summary
 void free()
           
 boolean request()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Semaphore

public Semaphore()
Method Detail

request

public boolean request()

free

public void free()