Crate hyperactor_multiprocess

Source
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.