nitinol-process 0.1.0

Pseudo-actor type process library for Nitinol using green thread of tokio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(crate) mod registry;
pub mod lifecycle;
mod channel;
mod context;
pub mod errors;
mod receptor;
mod process;
pub mod manager;

pub use self::channel::*;
pub use self::context::*;
pub use self::process::*;
pub use self::receptor::*;