#sink #handles #write #multiple #allowing #tasks #different

multi-producer-sink

Provides handles to sinks, allowing multiple different tasks to write to the same underlying sink

7 releases (4 breaking)

Uses old Rust 2015

0.5.2 Mar 13, 2018
0.5.1 Mar 12, 2018
0.4.0 Mar 9, 2018
0.3.0 Feb 23, 2018
0.1.0 Jan 3, 2018

#23 in #handles


Used in 4 crates (via packet-stream)

AGPL-3.0

25KB
484 lines

Multi Producer Sink

Provides handles to sinks, allowing multiple different tasks to write to the same underlying sink.

API documentation


lib.rs:

Provides a multi-producer-sink, that allows multiple, independent handles to write to the same underlying sink.

Dependencies

~1.5MB
~26K SLoC