pub type ExitSender = UnboundedSender<()>;
A common trigger for exiting.
pub struct ExitSender(/* private fields */);