acktor 1.0.10

Pure-Rust actor framework built on top of the Tokio async runtime
Documentation
1
2
3
4
5
//! Channel primitives used by this crate, wrapping tokio's channels so receive operations yield
//! this crate's [`RecvError`][crate::errors::RecvError].

pub mod mpsc;
pub mod oneshot;