rust-stream-ext-concurrent

Crates.iorust-stream-ext-concurrent
lib.rsrust-stream-ext-concurrent
version1.0.0
sourcesrc
created_at2024-01-11 09:31:47.470917
updated_at2024-01-11 09:31:47.470917
descriptionConcurrent behavior extensions for any futures::stream::Stream objects
homepage
repositoryhttps://github.com/hoprnet/rust-stream-ext-concurrent
max_upload_size
id1096099
size8,569
Tibor (Teebor-Choka)

documentation

README

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_concurrent method extends every Stream to add the desired functionality to use the concurrent execution capability of FuturesUnordered
Commit count: 0

cargo fmt