DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibasync-interrupt-perl
BeschreibungPerl module to allow C/XS libraries to interrupt perl
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.02-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe144 Byte
Hängt ab vonperl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.7), libcommon-sense-perl
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße36724 Byte
Prüfsumme MD52f311eef472d55c1b24c14349af3a904
Prüfsumme SHA1d302fa506f4ec5400c6124d99e8eb247a4099064
Prüfsumme SHA25602a12b7d75ce7cd14c09ba0e99b708b66475bac5f35bbc6b4371438330c4ea21
Link zum Herunterladenlibasync-interrupt-perl_1.02-1_i386.deb
Ausführliche BeschreibungAsync::Interrupt implements asynchronous interruptions (think "UNIX signals", which are very similar). Modules might want to run code asynchronously (in another thread, or from a signal handler), and then signal the interpreter on certain events. One common way is to write 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.


Impressum
Linux is a registered trademark of Linus Torvalds