stream_multiplexer

Combines many streams into a few.


Keywords
stream, asynchronous, multiplex, async, futures
Licenses
MIT/Apache-2.0

Documentation

stream_multiplexer

Build Status Latest Version Rust Documentation

Highly unstable API!

This library multiplexes many streams into fewer streams. New streams are assigned an identifier. Data from those streams are wrapped in a data structure that contains the Id and Bytes, and then funneled into another stream.