bombay-behavior 0.11.0

Composable, statically typed actor behavior algebra
Documentation
1
2
3
4
5
mod actions;
mod sending;

pub use actions::{Acted, Actions, Become};
pub use sending::{Own, SendAlgebra, SendInput, ServiceSends};