Ravn::
ActorRunner module
Constants
- HANDLED_SIGNALS
Signals to trap
Public Class Methods
Extension callback – add some instance variables.
Public Instance Methods
Handle a HUP signal
Handle a INFO signal
Handle a INT signal
Handle a QUIT signal
Handle a TERM signal
Handle signals.
Reload the config and restart the BDE.
Start the top-level actor and loop until either it or the signal handler terminates.
Dump the actor tree to STDERR.
Shut down the BDE
Spawn the top-most actor (a Concurrent::Actor) and return its Reference. Must be implemented by the extended object.