multi-consumer-stream 0.2.0

Provides handles to streams, allowing multiple different tasks to read from the same underlying stream.
Documentation
1
2
3
4
# Multi Consumer Stream
Provides handles to streams, allowing multiple different tasks to read from the same underlying stream. `OwnerMCS` is based on lifetimes, `MCS` on reference counting.

[API documentation](https://docs.rs/multi-consumer-stream)