Skip to main content

init_event_bus

Function init_event_bus 

Source
pub fn init_event_bus()
Expand description

Eagerly initialize the bus. Idempotent and safe to call multiple times; intended for startup hooks (main.rs) so that subscriber registration tracing::info! lines are emitted at boot rather than on the first Card write.