Skip to main content

StreamingSinkSender

Type Alias StreamingSinkSender 

Source
pub type StreamingSinkSender = Arc<UnboundedSender<StreamDelta>>;
Expand description

Strong sender side, wrapped in Arc so the runtime callback can clone cheaply on every lookup. Re-exported here so callers don’t have to know the runtime’s internal type.

Aliased Type§

pub struct StreamingSinkSender { /* private fields */ }