Crates.io | stream_multiplexer |
lib.rs | stream_multiplexer |
version | 0.16.1 |
source | src |
created_at | 2020-02-09 15:05:43.469785 |
updated_at | 2020-08-06 01:27:45.498607 |
description | Combines many streams into a few. |
homepage | |
repository | https://github.com/halzy/stream_multiplexer |
max_upload_size | |
id | 206707 |
size | 41,794 |
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.