async-global-executor icon indicating copy to clipboard operation
async-global-executor copied to clipboard

Would like to provide a way to set up tokio runtime worker threads?

Open jmjoy opened this issue 3 years ago • 0 comments

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.

jmjoy avatar Apr 28 '22 03:04 jmjoy