TEARDOWN

Static TEARDOWN 

Source
pub static TEARDOWN: AtomicBool
Expand description

A global flag to signal graceful teardown of the application.

Set by the Ctrl-C handler to allow the main loop to finish its current operation and perform necessary teardown (e.g., flushing TPM contexts) before exiting.