Skip to main content

background_init

Function background_init 

Source
pub fn background_init()
Expand description

Eagerly start the process-global background executor — C callbackInit parity (callback.c:286), called once from IocApplication::run. Idempotent: a second call (or a prior lazy init) is a no-op, matching callbackInit’s own re-entry guard (callback.c:292-295).