async-rs / parallel-stream

Data parallelism library for async-std.
https://docs.rs/parallel-stream
Apache License 2.0
93 stars 16 forks source link

Add ParallelStream::count #11

Open Thegaram opened 4 years ago

Thegaram commented 4 years ago

This PR adds the Count struct and the ParallelStream::count method.