Future concurrency primitives with emphasis on performance and low memory usage.
# Cargo.toml
[dependencies]
futures-buffered = "0.2.13"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a buffered stream that processes up to 3 futures concurrently.
Add `tokio` with `full` features or `async-std` to your dependencies.
No dependency data recorded yet.