[][src]Crate lwactors

Structs

ActorSender

Enums

ActorError

Traits

Action

Functions

actor

Construct a new actor, requires an Executor and an initial state. Returns a reference that can be cheaply cloned and passed between threads. A specific implementation is expected to wrap this return value and implement the required custom logic.

Type Definitions

ActFuture