agner-init-ack 0.4.1

An actor toolkit inspired by Erlang/OTP (init-ack)
Documentation
1
2
3
4
5
mod channel;
pub use channel::{new as new_channel, InitAckRx, InitAckTx};

mod context_ext;
pub use context_ext::ContextInitAckExt;