Skip to main content

eager_init

Macro eager_init 

Source
macro_rules! eager_init {
    ($body:block) => { ... };
}
Expand description

Register one eager-init body for execution from the generated lifecycle hooks.

The body runs synchronously after Canic has restored memory, config, and environment state, but before any zero-delay bootstrap timers fire.