Semaphore.this
this
( uint count = 0 )Initializes a semaphore object with the specified initial count.
Parameters
count | The initial count for the semaphore. |
Throws
SyncError on error.
( uint count = 0 )Initializes a semaphore object with the specified initial count.
count | The initial count for the semaphore. |