Mutex.unlock

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

class Mutex
@trusted
void
unlock
(
)

Throws

SyncError on error.

Meta