stream_multiplexer

Crates.iostream_multiplexer
lib.rsstream_multiplexer
version0.16.1
sourcesrc
created_at2020-02-09 15:05:43.469785
updated_at2020-08-06 01:27:45.498607
descriptionCombines many streams into a few.
homepage
repositoryhttps://github.com/halzy/stream_multiplexer
max_upload_size
id206707
size41,794
Benjamin Halsted (halzy)

documentation

https://docs.rs/stream_multiplexer

README

stream_multiplexer

Build Status Latest Version Rust Documentation

This crate provides natural backpressure to classes of streams

Streams are gathered into 'channels' that can be polled via recv(). Channels are indpendent of each other and have their own backpressure.

Commit count: 78

cargo fmt