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