DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/RunTime/Shutdown/mod.rs
1//! Graceful shutdown of every Mountain service. `Shutdown` orchestrates;
2//! `ShutdownWithRecovery` continues across per-service failures.
3
4pub mod DisposeTerminalsSafely;
5
6pub mod FlushPendingOperations;
7
8pub mod SaveApplicationState;
9
10pub mod Shutdown;
11
12pub mod ShutdownCocoonWithRetry;
13
14pub mod ShutdownWithRecovery;