gears.async.Listener
See theListener companion object
A listener, representing an one-time value receiver of an Async.Source.
Most of the time listeners should involve only calling a receiver function, and can be created by Listener.apply or Listener.acceptingListener.
However, should the listener want to attempt synchronization, it has to expose some locking-related interfaces. See Listener.lock.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ForwardingListener[T]
Members list
In this article