An efficient async stream multiplexer for merging multiple streams into one.
# Cargo.toml
[dependencies]
streamunordered = "0.5.5"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a StreamUnordered, pushes two streams, and iterates over merged items.
Add tokio or async-std as a dependency and use #[tokio::main] or similar.
No dependency data recorded yet.