taskpipe

Crates.iotaskpipe
lib.rstaskpipe
version0.1.2
sourcesrc
created_at2015-01-31 05:28:56.691512
updated_at2015-12-11 23:56:40.231265
descriptionA simple, multithreaded pipeline library
homepagehttps://github.com/mrak/taskpipe
repositoryhttps://github.com/mrak/taskpipe.git
max_upload_size
id1317
size6,577
Eric Mrak (mrak)

documentation

https://mrak.github.io/taskpipe

README

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.

Commit count: 26

cargo fmt