3 unstable releases
Uses old Rust 2015
0.1.2 | Feb 3, 2015 |
---|---|
0.1.1 | Feb 3, 2015 |
0.0.1 | Jan 31, 2015 |
#128 in #pipe
5KB
taskpipe
This is a small library that simplifies the process of chaining together several sub-tasks via channels. Each sub-task will be executed in it's own thread and given a read channel as well as a write channel.
lib.rs
:
This is a small library that simplifies the process of chaining together several sub-tasks via channels. Each sub-task will be executed in it's own thread and given a read channel as well as a write channel.