Class InterruptibleRecursiveTaskMutex
Alternative to RecursiveTaskMutex
that supports interruption.
This class supports the use of Task
while
waiting in the lock()
method. However, because the interface is not
nothrow
, it cannot be used as an object monitor.
Constructors
Name | Description |
---|---|
this
()
|
|
this
()
|
Methods
Name | Description |
---|---|
lock
()
|
|
lock
()
|
|
tryLock
()
|
|
tryLock
()
|
|
unlock
()
|
|
unlock
()
|
|
tryLock
()
|
|
unlock
()
|