swansong 0.3.4

Graceful Shutdown
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod shutdown_completion;
pub use shutdown_completion::ShutdownCompletion;

mod shutting_down;
pub use shutting_down::ShuttingDown;

mod inner;
pub(crate) use inner::Inner;

mod guard;
pub use guard::Guard;

mod interrupt;
pub use interrupt::Interrupt;

mod guarded;
pub use guarded::Guarded;