Skip to main content

LifecycleTx

Type Alias LifecycleTx 

Source
pub type LifecycleTx = UnboundedSender<LifecycleEvent>;
Expand description

Sender side of the lifecycle channel.

Aliased Typeยง

pub struct LifecycleTx { /* private fields */ }