pub fn token() -> CancellationTokenAvailable on crate feature
shutdown only.Expand description
Get the global shutdown token.
All modules should clone this token and listen for cancellation
in their main loops via token.cancelled().await.
The token is created lazily on first access.