stream_multiplexer 0.16.1

Combines many streams into a few.
Documentation

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.