release method
void
release()
Release a lock.
Release a lock that has been acquired.
Implementation
void release() => _rwMutex.release();
Release a lock.
Release a lock that has been acquired.
void release() => _rwMutex.release();