Skip to main content

Module sink

Module sink 

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.