Type Definition narwhal_types::ShutdownToken
source · [−]pub type ShutdownToken = Sender<()>;
Expand description
Shutdown token dropped when a task is properly shut down.
pub type ShutdownToken = Sender<()>;
Shutdown token dropped when a task is properly shut down.