Vine/Client/IsShuttingDown.rs
1//! Whether the Vine client has been marked shutting down.
2
3use crate::Client::Shared;
4
5pub fn Fn() -> bool { Shared::ShutdownFlagLoad() }
1//! Whether the Vine client has been marked shutting down.
2
3use crate::Client::Shared;
4
5pub fn Fn() -> bool { Shared::ShutdownFlagLoad() }