Package async-interrupt-pm588-1.05-1
| System | Binary Distributions | CVS/rsync Source Distributions | |
|---|---|---|---|
10.7/x86_64 | |||
10.6/x86_64 | |||
10.6/i386 | |||
10.5/i386 | |||
10.5/powerpc | 1.05-1 | ||
| Description: | Allow C/XS libs to interrupt perl async (1.05-1) | |
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. | ||
| Section: | libs/perlmods | |
| Maintainer: | Daniel Johnson <danielATdaniel-johnsonDOTorg> | |
| Website: | http://search.cpan.org/dist/Async-Interrupt/ | |
| License: | Artistic/GPL | |
| Info-File: | dists/10.4/stable/main/finkinfo/libs/perlmods/async-interrupt-pm.info CVS log, Last Changed: Thu, 22 Dec 2011 23:33:32 (UTC) | |
Section list - Flat package list - Search packages
(*) = Unsupported distribution.