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
seanmonstar opened this issue
Oct 18, 2018
· 1 comment
· Fixed by #1678
Labels
A-clientArea: client.C-featureCategory: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
Using tokio_threadpool::blocking can reduce some overhead, and make resolving use an existing threadpool instead of needing a separate dedicated one. It can't be the default, since it only works if the executor is tokio_threadpool, whereas the futures_cpupool resolver works with any executor, but it'd be nice (and easy) to offer it.
The text was updated successfully, but these errors were encountered:
A-clientArea: client.C-featureCategory: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
Using
tokio_threadpool::blocking
can reduce some overhead, and make resolving use an existing threadpool instead of needing a separate dedicated one. It can't be the default, since it only works if the executor istokio_threadpool
, whereas thefutures_cpupool
resolver works with any executor, but it'd be nice (and easy) to offer it.The text was updated successfully, but these errors were encountered: