A Reactor that has reasonable defaults and a simple builder style for creating more complicated behaviour.
- Companion:
- object
- Source:
- Reactor.scala
Value members
Inherited methods
Runs this reactor, drawing on the given frame
, until stop
indicates it
should stop.
Runs this reactor, drawing on the given frame
, until stop
indicates it
should stop.
- Inherited from:
- BaseReactor
- Source:
- BaseReactor.scala
Run one tick of this reactor, drawing on the given frame
. Returns the
next state, or None if the Reactor has stopped.
Run one tick of this reactor, drawing on the given frame
. Returns the
next state, or None if the Reactor has stopped.
- Inherited from:
- BaseReactor
- Source:
- BaseReactor.scala