Class InterruptibleTaskReadWriteMutex
Alternative to TaskReadWriteMutex
that supports interruption.
class InterruptibleTaskReadWriteMutex
;
This class supports the use of Task.interrupt()
while
waiting in the lock()
method.
cf. core.sync.mutex.ReadWriteMutex
Constructors
Name | Description |
this
(policy)
|
|
Properties
Name | Type | Description |
policy [get]
|
vibe.core.sync.ReadWriteMutexState!(true) | The policy with which the lock has been created.
|
Inner classes
Name | Description |
Mutex
|
A common baseclass for both of the provided mutexes.
|