Crate acto

source ·
Expand description

Runtime-agnostic actor library for Rust

Currently supports tokio for execution. Please refer to AcTokio for example usage.

Actors combine well with sharing immutable snapshots, like futures-signals.

Structs

Enums

Traits

  • A handle for aborting or joining a running actor.
  • For implementors: the interface of a runtime for operating actors.
  • This trait is implemented by ActoRuntimes that allow customization of the mailbox size.
  • A named closure for receiving messages at a given actor.
  • A named closure for sending messages to a given actor.