Skip to main content

MAX_SHUTDOWN_CBS

Constant MAX_SHUTDOWN_CBS 

Source
pub const MAX_SHUTDOWN_CBS: usize = 2;
Expand description

Shutdown-hook slots PER PHASE – one table this size for pre-shutdown hooks and a second for on-shutdown hooks (set via NROS_EXECUTOR_MAX_SHUTDOWN_CBS, default 2). Issue 0790.