Skip to main content
Module sink
laminar_
core
0.21.5
Module sink
Module Items
Structs
In laminar_
core::
streaming
laminar_core
::
streaming
Module
sink
Copy item path
Source
Expand description
Sink — consumption endpoint with broadcast fan-out to multiple subscribers.
Structs
§
Sink
A streaming data sink. Each
subscribe()
call returns an independent receiver that gets a copy of every message via broadcast.