#stream #read-stream #different #allowing #tasks #multiple #consumer

multi-consumer-stream

Provides a handle to streams, allowing multiple different tasks to read from the same underlying stream

5 releases (3 breaking)

Uses old Rust 2015

0.4.0 Mar 9, 2018
0.3.0 Feb 24, 2018
0.2.1 Feb 10, 2018
0.2.0 Jan 11, 2018
0.1.0 Jan 5, 2018

#22 in #read-stream

Download history 10/week @ 2024-02-26 6/week @ 2024-03-11 96/week @ 2024-04-01

102 downloads per month
Used in 4 crates (via packet-stream)

AGPL-3.0

28KB
336 lines

Multi Consumer Stream

Provides a handle to streams, allowing multiple different tasks to read from the same underlying stream.

API documentation


lib.rs:

Provides a multi-consumer-stream, that allows to route certain items of a wrapped stream to independent handles.

Dependencies

~380KB