feat(dns): export client::connect::dns module, and

`TokioThreadpoolGaiResolver` type.
This commit is contained in:
Sean McArthur
2018-10-23 12:31:11 -07:00
parent 1e8d6439cf
commit 34d780acd0
5 changed files with 59 additions and 40 deletions

View File

@@ -30,8 +30,8 @@ extern crate time;
#[macro_use] extern crate tokio_io;
#[cfg(feature = "runtime")] extern crate tokio_reactor;
#[cfg(feature = "runtime")] extern crate tokio_tcp;
#[cfg(feature = "runtime")] extern crate tokio_timer;
#[cfg(feature = "runtime")] extern crate tokio_threadpool;
#[cfg(feature = "runtime")] extern crate tokio_timer;
extern crate want;
#[cfg(all(test, feature = "nightly"))]