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

Implement ParallelStream::any #8

Closed amadeusine closed 9 months ago

amadeusine commented 4 years ago

This PR adds the Any struct and ParallelStream::any method to the crate, as noted in the checklist from #2.