Crate actors[stability] [-] [+] [src]

Actor-like concurrency for rust.

Modules

channel

Channel-based actor-ref implementations

Traits

Actor

An actor can process messages that are sent to it sequentially.

ActorRef

A handle for passing messages to an actor.