pub type ShutdownToken = Sender<()>;
Expand description

Shutdown token dropped when a task is properly shut down.