Expand description
Helper for shutdown signals
Structs§
- A Future that resolves when the shutdown event has been fired.
- A guard that fires once dropped to signal the
TaskManager
that theGracefulShutdown
has completed. - A Future that resolves when the shutdown event has been fired.
- Shutdown signal that fires either manually or on drop by closing the channel
Functions§
- Create a channel pair that’s used to propagate shutdown event