TSemaphore: | Methods | Functions |
Close | Close the semaphore |
Wait | Wait for the semaphore |
Post | Post the semaphore |
Create | Create a new semaphore |
Method Close() | |
Description | Close the semaphore |
Method Wait() | |
Description | Wait for the semaphore |
Method Post() | |
Description | Post the semaphore |
Function Create:TSemaphore( count ) | |
Description | Create a new semaphore |