par-stream 0.3.1

Asynchronous parallel streams analogous to rayon
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "runtime_async-std")]
mod async_std;

#[cfg(feature = "runtime_tokio")]
mod tokio;

pub mod stream;
pub mod try_stream;