tokio-dns icon indicating copy to clipboard operation
tokio-dns copied to clipboard

[WIP] Initial implementation of async resolver

Open tailhook opened this issue 9 years ago • 2 comments

This is a very dumb implementation, i.e. it doesn't implement timeouts. But it works in simple cases.

It can't be merged yet because it relies on tokio-rs/tokio-core#35 being merged in, but you can get the basic idea. So I'm open to suggestions.

tailhook avatar Sep 21 '16 19:09 tailhook

Any updates on this? Is it ready for merging?

sbstp avatar Dec 20 '16 02:12 sbstp

No updates yet. I'm not sure if I'll find some time to update.

Basically, I'm experimenting with a domain library which was published since this pull request.

tailhook avatar Dec 22 '16 11:12 tailhook