Info2: <<
Package: ev-loop-async-pm%type_pkg[perl]
# PERL:XS
Version: 1.01
Revision: 1

Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3)
Distribution: <<
	(%type_pkg[perl] = 5162) 10.9,
	(%type_pkg[perl] = 5162) 10.10,
	(%type_pkg[perl] = 5162) 10.11,
	(%type_pkg[perl] = 5162) 10.12,
	(%type_pkg[perl] = 5162) 10.13
<<

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 <daniel@daniel-johnson.org>
Homepage: https://metacpan.org/dist/EV-Loop-Async/

Depends: async-interrupt-pm%type_pkg[perl], ev-pm%type_pkg[perl] (>= 4.03-1), common-sense-pm, perl%type_pkg[perl]-core

Source: mirror:cpan:authors/id/M/ML/MLEHMANN/EV-Loop-Async-%v.tar.gz
Source-Checksum: SHA256(3414cfe3e7070404d725f6559768946f7199d27e4bb5e871ed07c53c45645f63)

UpdatePOD: true
DocFiles: COPYING Changes README

InstallScript: <<
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
<<