TSemaphore
Semaphore type
Methods
Method Close()
Close the semaphore
Method Wait()
Wait for the semaphore
Method TimedWait:Int(millis:Int)
Wait for the semaphore
Method Post()
Post the semaphore
Functions
Function Create:TSemaphore( count:Int )
Create a new semaphore