sids 1.0.3

An actor-model concurrency framework providing abstraction over async and blocking actors.
Documentation
1
2
3
4
5
6
7
8
pub mod flow;
pub mod materializer;
pub mod sink;
pub mod source;
pub mod stream_message;

#[cfg(test)]
mod tests;