stream_multiplexer 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.