Skip to main content

run_registered_eager_init

Function run_registered_eager_init 

Source
pub fn run_registered_eager_init()
Expand description

Run all registered eager-init hooks and clear the registry.

This drains the internal queue of eager-init functions and invokes each exactly once. Canic uses this during synchronous lifecycle bootstrap after eager TLS initialization and before the memory registry is committed.