pub fn ensure_runtime() -> RuntimeGateExpand description
Initializes the global dtact runtime on first call; subsequent calls
are O(1) and return the same RuntimeGate.
Safe to call from any thread, including pre-main static init paths.
pub fn ensure_runtime() -> RuntimeGateInitializes the global dtact runtime on first call; subsequent calls
are O(1) and return the same RuntimeGate.
Safe to call from any thread, including pre-main static init paths.