Function pyo3_asyncio::tokio::init_multi_thread[][src]

pub fn init_multi_thread()

Initialize the Tokio Runtime with the multi-thread scheduler

Panics

This function will panic if called a second time. See init_multi_thread_once if you want to avoid this panic.