Skip to main content

ensure_runtime

Function ensure_runtime 

Source
pub fn ensure_runtime() -> RuntimeGate
Expand 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.