Class InterruptibleTaskCondition
Alternative to TaskCondition
that supports interruption.
This class supports the use of vibe
while
waiting in the wait()
method.
See TaskCondition
for an example.
Inherits from
-
Object
(base class)
Constructors
Name | Description |
---|---|
this
|
|
this
|
Properties
Name | Type | Description |
---|---|---|
mutex
[get]
|
Lockable |
Methods
Name | Description |
---|---|
notify
|
|
notifyAll
|
|
wait
|
|
wait
|
Notice
Note that it is generally not safe to use an
InterruptibleTaskCondition
together with an interruptible mutex
type.
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.