| Crates.io | taskpipe |
| lib.rs | taskpipe |
| version | 0.1.2 |
| created_at | 2015-01-31 05:28:56.691512+00 |
| updated_at | 2015-12-11 23:56:40.231265+00 |
| description | A simple, multithreaded pipeline library |
| homepage | https://github.com/mrak/taskpipe |
| repository | https://github.com/mrak/taskpipe.git |
| max_upload_size | |
| id | 1317 |
| size | 6,577 |
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.