Skip to main content

Module try_parallel

Module try_parallel 

Source
Expand description

Parallelism stream combinator extensions to futures::Stream

Traitsยง

TryParallelExt
Parallelism extensions to augment futures::StreamExt. These combinators are for computation-oriented workloads, unlike -band combinators for I/O workloads; these default to the available compute parallelism for the system. Threads are currently drawn from the tokio-spawn pool. Results are unordered.