Semaphore.notify

Atomically increment the current count by one. This will notify one waiter, if there are any in the queue.

class Semaphore
void
notify
()

Throws

SyncError on error.

Suggestion Box / Bug Report