pipeliner icon indicating copy to clipboard operation
pipeliner copied to clipboard

Rust library for making easy parallel pipelines with Iterators.

Results 2 pipeliner issues
Sort by recently updated
recently updated
newest added

I was wondering if you could upgrade the crossbeam-channel version.

Pipeliner was created before Rust's `async`/`.await` functionality [became available in stable][1]. It uses OS threads for both CPU-bound and I/O-bound computation. But async code is much more efficient for I/O-bound...