Semaphore.notify
void notify()Atomically increment the current count by one. This will notify one waiter, if there are any in the queue.
Throws
SyncError on error.
void notify()Atomically increment the current count by one. This will notify one waiter, if there are any in the queue.