Module romeo::actor[][src]

Structs

Context

Context is the method by which an actor interacts with the running actor system. It is preferable to using a system handle directly because the actions of the context are tailored to the actor. This includes lifecycle actions (such as shutting down or restarting) as well as actor-system events that are altered by the context, such as creating an actor (which establishes a parent-child relationship).

Traits

Actor
ActorConstructable
Props
Receives