Subject: | Allow Resolver using Net::libasyncns |
Perhaps something like
use IO::Async;
use IO::Async::Resolver::libasyncns;
would mean that the Resolver uses libasyncns instead of an IaFunction
object for the getaddrinfo/getnameinfo lookups, and possibly provide
res_query/res_search a.la. IaResolver::DNS.
--
Paul Evans