Skip to main content

StreamSender

Type Alias StreamSender 

Source
pub type StreamSender = Sender<StreamEvent>;
Expand description

Sending half of a stream channel; a running task’s emit_* calls write here.

Aliased Type§

pub struct StreamSender { /* private fields */ }