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