| Crates.io | rust-stream-ext-concurrent |
| lib.rs | rust-stream-ext-concurrent |
| version | 1.0.0 |
| created_at | 2024-01-11 09:31:47.470917+00 |
| updated_at | 2024-01-11 09:31:47.470917+00 |
| description | Concurrent behavior extensions for any futures::stream::Stream objects |
| homepage | |
| repository | https://github.com/hoprnet/rust-stream-ext-concurrent |
| max_upload_size | |
| id | 1096099 |
| size | 8,569 |
Concurrent behavior extensions for any futures::stream::Stream objects.
A native Rust futures infrastructure futures::stream::FuturesUnordered is used to internally cache and enable concurrent processing of Stream objects.
then_concurrent method extends every Stream to add the desired functionality to use the concurrent execution capability of FuturesUnordered