Info2: << Package: ev-loop-async-pm%type_pkg[perl] Version: 0.04 Revision: 1 Distribution: (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6 Type: perl (5.8.8 5.10.0) Description: Run an EV event loop asynchronously DescDetail: << This module implements a rather specialised event loop - it takes a normal EV event loop and runs it in a separate thread. That means it will poll for events even while your foreground Perl interpreter is busy (you don't need to have perls pseudo-threads enabled for this either). Whenever the event loop detecs new events, it will interrupt perl and ask it to invoke all the pending watcher callbacks. This invocation will be "synchronous" (in the perl thread), but it can happen at any time. See the documentation for Async::Interrupt for details on when and how your perl program can be interrupted (and how to avoid it), and how to integrate background event loops into foreground ones. << License: Artistic/GPL Maintainer: Daniel Johnson Homepage: http://search.cpan.org/dist/EV-Loop-Async/ Depends: async-interrupt-pm%type_pkg[perl], ev-pm%type_pkg[perl], common-sense-pm, perl%type_pkg[perl]-core Source: mirror:cpan:authors/id/M/ML/MLEHMANN/EV-Loop-Async-%v.tar.gz Source-MD5: 604933cb4adef389573ec5195bfd29e9 UpdatePOD: true DocFiles: COPYING Changes README InstallScript: << %{default_script} /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl] << <<