Function pyo3_asyncio::tokio::init_multi_thread_once [−][src]
pub fn init_multi_thread_once()
Ensure that the Tokio Runtime is initialized
If the runtime has not been initialized already, the multi-thread scheduler is used. Calling this function a second time is a no-op.