// IPC
use AtomicBool;
pub use *;
// Engines
/// Defaults to `false`, if `true`, a shutdown has been requested due to a critical thread returning
pub static SHUTDOWN: AtomicBool = new;
// Features
// Other
/// Sleep the current thread for 1ms. Used to avoid busy looping