Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Async-Interrupt | Distribution: Dag Apt Repository for Red Hat Enterprise Linux 5 |
Version: 1.05 | Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ |
Release: 1.el5.rf | Build date: Mon Jun 20 00:00:17 2011 |
Group: Applications/CPAN | Build host: lisse.hasselt.wieers.com |
Size: 150983 | Source RPM: perl-Async-Interrupt-1.05-1.el5.rf.src.rpm |
Packager: Steve Huff <shuff@vecna.org> | |
Url: http://search.cpan.org/dist/Async-Interrupt/ | |
Summary: Allow C/XS libraries to interrupt Perl asynchronously |
This module implements a single feature only of interest to advanced perl modules, namely asynchronous interruptions (think "UNIX signals", which are very similar). Sometimes, modules wish to run code asynchronously (in another thread, or from a signal handler), and then signal the perl interpreter on certain events. One common way is to write some data to a pipe and use an event handling toolkit to watch for I/O events. Another way is to send a signal. Those methods are slow, and in the case of a pipe, also not asynchronous - it won't interrupt a running perl interpreter. This module implements asynchronous notifications that enable you to signal running perl code from another thread, asynchronously, and sometimes even without using a single syscall.
GPL
* Tue Jun 14 2011 Steve Huff <shuff@vecna.org> - 1.05-1 - Initial package.
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Async/Interrupt.pm /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/Async/Interrupt/Interrupt.bs /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/Async/Interrupt/Interrupt.so /usr/share/doc/perl-Async-Interrupt-1.05 /usr/share/doc/perl-Async-Interrupt-1.05/COPYING /usr/share/doc/perl-Async-Interrupt-1.05/Changes /usr/share/doc/perl-Async-Interrupt-1.05/MANIFEST /usr/share/doc/perl-Async-Interrupt-1.05/META.yml /usr/share/doc/perl-Async-Interrupt-1.05/README /usr/share/man/man3/Async::Interrupt.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 08:35:59 2024