mm1-node 0.7.26

An Erlang-style actor runtime for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod container;
mod context;
mod rt;
mod rt_api;
mod sys_call;
mod sys_msg;
mod task_registry;

pub use context::ActorContext;
pub use rt::Rt;

pub type Local = mm1_runnable::local::BoxedRunnable<ActorContext>;