Skip to main content

AsyncEventSender

Type Alias AsyncEventSender 

Source
pub type AsyncEventSender = UnboundedSender<Event>;
Expand description

The sending half of the internal event stream, used to emit Events from the client worker loop.

Aliased Typeยง

pub struct AsyncEventSender(/* private fields */);