Class InterruptibleRecursiveTaskMutex
Alternative to RecursiveTaskMutex
that supports interruption.
This class supports the use of vibe
() while
waiting in the lock
() method. However, because the interface is not
nothrow, it cannot be used as an object monitor.
Inherits from
-
Object
(base class) -
Lockable
Constructors
Name | Description |
---|---|
this
|
Methods
Name | Description |
---|---|
lock
|
|
tryLock
|
|
unlock
|
See Also
Authors
Leonid Kramer, Sönke Ludwig, Manuel Frischknecht
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.