acquire method
Acquire a lock
Returns a future that will be completed when the lock has been acquired.
Implementation
Future acquire() => _rwMutex.acquireWrite();
Acquire a lock
Returns a future that will be completed when the lock has been acquired.
Future acquire() => _rwMutex.acquireWrite();