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