Expand description
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
- The context of an actor.
- Id
- ID of an actor in a
World
. - Mailbox
- Shared single-threaded multi-sender multi-receiver message queue.
- Process
Error - Error while processing actors.
- Sender
- Sending utility, for sending messages to a mailbox.
- World
- Thread-local actor tracking and execution system.
Traits§
- Actor
- Actor processing implementation trait.