sui_
core
0.1.0
Module streamer
Module Items
Structs
In crate sui_
core
sui_core
Module
streamer
Copy item path
Source
Structs
§
Streamer
The Streamer splits a mpsc channel into multiple mpsc channels using the subscriber’s
Filter<T>
object. Data will be sent to the subscribers in parallel and the subscription will be dropped if it received a send error.