-
-
30 Jun 2019 08:19:09 UTC
- Distribution: IO-Lambda
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (562 / 103 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (90.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- LWP
- Net::DNS
- Scalar::Util
- Storable
- Sub::Name
- Time::HiRes
- URI
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
IO::Lambda::Loop::Glib - Glib event loop for IO::Lambda
DESCRIPTION
This is the implementation of event loop for
IO::Lambda
based onGlib
event loop. The module is not intended for direct use.SYNOPSIS
use AnyEvent; use IO::Lambda::Loop::Glib; # explicitly select the event loop module use IO::Lambda;
LIMITATIONS
Synchronous I/O (wait() and friends) can so far only work with either Gtk2 og Gtk3 main loop initialized. Also, after the main loop gets stopped, this module won't work as well.
Under Gtk2 it is not possible to run bare synchronous IO::Lambda I/O, without calling main_loop, while under Gtk3 it works okay.
SEE ALSO
Big thanks to Martijn van Beers and Apocalypse for POE::Loop::Glib.
Module Install Instructions
To install IO::Lambda, copy and paste the appropriate command in to your terminal.
cpanm IO::Lambda
perl -MCPAN -e shell install IO::Lambda
For more information on module installation, please visit the detailed CPAN module installation guide.