The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ParaDNS::Resolver - an asynchronous DNS resolver class

SYNOPSIS

  my $res = ParaDNS::Resolver->new();
  
  $res->query($obj, @hosts); # $obj implements $obj->run_callback()

DESCRIPTION

This is a low level DNS resolver class that works within the Danga::Socket asynchronous I/O framework. Do not attempt to use this class standalone - use the ParaDNS class instead.