#channel #multi-threading #pipe

taskpipe

A simple, multithreaded pipeline library

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

#5 in #multithreaded

27 downloads per month

MIT license

5KB

taskpipe

Build Status

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.

No runtime deps