release method

void release()

Release a lock.

Release a lock that has been acquired.

Implementation

void release() => _rwMutex.release();