async-global-executor
async-global-executor copied to clipboard
Would like to provide a way to set up tokio runtime worker threads?
I found that the tokio runtime is always created through Runtime::new(), so it is impossible to modify the number of worker threads. I hope there is a way to modify it.