Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 732 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 732 Bytes

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.