Crate acto[][src]

Light-weight actor library for Rust

Currently in early alpha stage: supports tokio for execution, currently only uses the MPSC channel (even for the SPSC API), should probably use feature flags, and still is quite slow.

Please check out the example

Structs

ActorId
MPSC
Mailbox
MultiSender

A handle to send to an actor bound to an MPSC mailbox.

SPSC
SenderGone
SingleSender

A handle to send to an actor bound to an SPSC mailbox.

Enums

AnySender

Traits

Spawn
Supervisor

Functions

spawn_actor
spawn_actor_spsc