Function async_global_executor::init
source · [−]pub fn init()
Expand description
Init the global executor, spawning as many threads as the number or cpus or
the value specified by the ASYNC_GLOBAL_EXECUTOR_THREADS
environment variable
if specified.
Examples
async_global_executor::init();