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 */);pub type AsyncEventSender = UnboundedSender<Event>;The sending half of the internal event stream, used to emit Events from the client worker loop.
pub struct AsyncEventSender(/* private fields */);