2 stable releases
| 2.0.0 | Feb 5, 2026 |
|---|---|
| 1.0.0 | Jan 11, 2024 |
#339 in Concurrency
1,917 downloads per month
9KB
142 lines
rust-stream-ext-concurrent
Concurrent behavior extensions for any futures::stream::Stream objects.
Detail
A native Rust futures infrastructure futures::stream::FuturesUnordered is used to internally cache and enable concurrent processing of Stream objects.
Supported extensions
then_concurrentmethod extends everyStreamto add the desired functionality to use the concurrent execution capability ofFuturesUnordered
Dependencies
~0.7–1.4MB
~27K SLoC