[][src]Module sealrs::actors::actor

Actor trait

This trait must be realized by the structure, which want to be involved to the system as a particular actor.

Structs

PoisonPill

Service message. Stops the actor which will receive him. See actors lifetime management articles in the main doc, for more details, about how this message works.

Traits

Actor

Type Definitions

HandleResult