ListenerLock
gears.async.Listener.ListenerLock
trait ListenerLock
A lock required by a listener to be acquired before accepting values. Should there be multiple listeners that needs to be locked at the same time, they should be locked by larger-number-first.
Some implementations are provided for ease of implementations:
- For custom listener implementations involving locks: NumberedLock provides uniquely numbered locks.
- For source transformation implementations: withLock is a convenient
.map
for[[ListenerLock]] | Null
.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article