Mutex.unlock

Decrements the internal lock count by one. If this brings the count to zero, the lock is released.

class Mutex
void
unlock
()

Throws

SyncException on error.

Meta