Crate stewart

source ·
Expand description

Stewart is a minimalist, high-performance, modular, and non-exclusive actor system.

This is an API reference for the stewart rust library. For a detailed user guide, read the stewart book.

Structs

  • Context for world operations.
  • Internal error, this is always a bug.
  • Options to inform the world on how to schedule an actor.
  • Typed message sender, optionally bundling message mapping.
  • World of an actor, such as its pending messages.
  • Thread-local actor world.

Enums

Traits

  • Actor identity trait.