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

Socket::More::Resolver::IO::Async - Resolver IO::Async Integration

SYNOPSIS

  use IO::Async;

  use Socket::More::Resolver;

  ... 

  getaddrinfo...

DESCRIPTION

Built in driver for integrating Socket::More::Resolver into the IO::Async event loop.

If the event loop module is already in memory, it should automatically be detected when using Socket::More::Resolver;