-
-
05 May 2020 16:26:56 UTC
- Distribution: IO-Async-Loop-Mojo
- Module version: 0.07
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (194 / 0 / 0)
- Kwalitee
Bus factor: 1- 93.33% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (11.8KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- IO::Async::Loop
- Mojolicious
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
IO::Async::Loop::Mojo
- useIO::Async
withMojolicious
SYNOPSIS
use IO::Async::Loop::Mojo; my $loop = IO::Async::Loop::Mojo->new(); $loop->add( ... ); ... # Rest of Mojolicious code here
DESCRIPTION
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.
CONSTRUCTOR
new
$loop = IO::Async::Loop::Mojo->new()
This function returns a new instance of a
IO::Async::Loop::Mojo
object. It takes no special arguments.METHODS
There are no special methods in this subclass, other than those provided by the
IO::Async::Loop
base class.AUTHOR
Paul Evans <leonerd@leonerd.org.uk>
Module Install Instructions
To install IO::Async::Loop::Mojo, copy and paste the appropriate command in to your terminal.
cpanm IO::Async::Loop::Mojo
perl -MCPAN -e shell install IO::Async::Loop::Mojo
For more information on module installation, please visit the detailed CPAN module installation guide.