Expand description
Multiprocess actor system and support.
Re-exports§
pub use system::System;
Modules§
- actor
- This module contains all the core traits required to define and manage actors.
- ping_
pong - TODO: add missing doc.
- proc_
actor - Proc actor manages a proc. It works in conjunction with a
super::system_actor::SystemActor
. Proc actors are usually spawned as the “agent” to manage a proc directly. - pyspy
- py-spy wrapper.
- scheduler
- TODO: add missing doc.
- supervision
- TODO: add missing doc.
- system
- TODO: add missing doc.
- system_
actor - System actor manages a system.