-
-
18 Sep 2019 01:11:59 UTC
- Distribution: AnyEvent
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (13)
- Testers (5885 / 113 / 0)
- Kwalitee
Bus factor: 2- 48.47% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (297.7KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
AnyEvent::Impl::Perl - AnyEvent adaptor for AnyEvent's pure perl AnyEvent::Loop
SYNOPSIS
use AnyEvent; use AnyEvent::Loop; # this module gets loaded automatically as required
DESCRIPTION
This module provides transparent support for AnyEvent in case no other event loop could be found or loaded.
If you want to use this module instead of autoloading another event loop you can simply load AnyEvent::Loop before creating the first watcher.
Naturally, it supports all features of AnyEvent.
See AnyEvent::Loop for more details on performance characteristics.
SEE ALSO
AUTHOR
Marc Lehmann <schmorp@schmorp.de> http://anyevent.schmorp.de
Module Install Instructions
To install AnyEvent, copy and paste the appropriate command in to your terminal.
cpanm AnyEvent
perl -MCPAN -e shell install AnyEvent
For more information on module installation, please visit the detailed CPAN module installation guide.