Static EXIT_CALLED

Source
pub static EXIT_CALLED: AtomicBool
Expand description

Global flag indicating whether the program exit has been initiated. Set to true by an atexit handler to prevent crashes during shutdown when deregistering unwind frames. Accesses use Ordering::SeqCst to ensure correct memory ordering across threads.