Semaphore.this

this( uint count = 0 )

Initializes a semaphore object with the specified initial count.

Parameters

countThe initial count for the semaphore.

Throws

SyncError on error.