TCondVar
CondVar type
Methods
Method Close()
Close the condvar
Method Wait( mutex:TMutex )
Wait for the condvar
Method TimedWait:Int( mutex:TMutex, millis:Int )
Wait for the condvar
Method Signal()
Signal the condvar
Method Broadcast()
Broadcast the condvar
Functions
Function Create:TCondVar()
Create a new condvar