Closed
Description
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.