minions 0.2.6

Experimental actor library, under constant development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod source;
pub mod filter;
pub mod ysplit;
pub mod ymerge;
pub mod sink;
pub mod scatter;
pub mod gather;
pub mod connectable;
pub mod identified_input;
pub mod output_counter;

#[cfg(test)]
pub mod tests;