bombay-behavior 0.12.0

Pure, statically typed actor behavior primitives
Documentation
1
2
3
4
5
mod actions;
mod sending;

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