Alternative to TaskReadWriteMutex that supports interruption.
This class supports the use of vibe.core.task.Task.interrupt() while waiting in the lock() method.
cf. core.sync.mutex.ReadWriteMutex
The policy with which the mutex should operate.
A common baseclass for both of the provided mutexes.
The policy with which the lock has been created.
See Implementation
Alternative to TaskReadWriteMutex that supports interruption.
This class supports the use of vibe.core.task.Task.interrupt() while waiting in the lock() method.
cf. core.sync.mutex.ReadWriteMutex