DOKK / manpages / debian 12 / libio-async-loop-mojo-perl / IO::Async::Loop::Mojo.3pm.en
IO::Async::Loop::Mojo(3pm) User Contributed Perl Documentation IO::Async::Loop::Mojo(3pm)

"IO::Async::Loop::Mojo" - use "IO::Async" with "Mojolicious"

   use IO::Async::Loop::Mojo;
   my $loop = IO::Async::Loop::Mojo->new();
   $loop->add( ... );
   ...
   # Rest of Mojolicious code here

This subclass of IO::Async::Loop uses Mojo::Reactor to perform its IO operations. It allows the use of IO::Async-based code or modules from within a Mojolicious application.

   $loop = IO::Async::Loop::Mojo->new()

This function returns a new instance of a "IO::Async::Loop::Mojo" object. It takes no special arguments.

There are no special methods in this subclass, other than those provided by the "IO::Async::Loop" base class.

Paul Evans <leonerd@leonerd.org.uk>

2020-06-19 perl v5.30.3