You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: