Module messages::actor[][src]

Expand description

Actor is an entity capable of receiving and processing messages.

For details, see the Actor documentation.

Enums

ActorAction

Action to be performed after Actor::stopping is called.

Traits

Actor

Actor is an entity capable of receiving and processing messages.

RuntimeActorExtruntime-tokio or runtime-async-std

Extension trait for Actor providing more convenient interface when one of the runtime features is enabled.