SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Async-Interrupt rpm build for : OpenSuSE. For other distributions click perl-Async-Interrupt.

Name : perl-Async-Interrupt
Version : 1.26 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2023-01-27 18:38:39
Group : Development/Libraries/Perl Source RPM : perl-Async-Interrupt-1.26-lp154.1.1.src.rpm
Size : 0.10 MB
Packager : https://www_suse_com/
Summary : Allow C/XS libraries to interrupt Perl asynchronously
Description :
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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/15.4/x86_64

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Async-Interrupt-1.26-lp154.1.1.x86_64.rpm
     

Provides :
perl(Async::Interrupt)
perl-Async-Interrupt
perl-Async-Interrupt(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.28)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libc.so.6(GLIBC_2.7)(64bit)
perl(:MODULE_COMPAT_5.26.1)
perl(common::sense)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Async
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Async/Interrupt.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Async
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Async/Interrupt
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Async/Interrupt/Interrupt.so
/usr/share/doc/packages/perl-Async-Interrupt
/usr/share/doc/packages/perl-Async-Interrupt/Changes
/usr/share/doc/packages/perl-Async-Interrupt/README
/usr/share/licenses/perl-Async-Interrupt
/usr/share/licenses/perl-Async-Interrupt/COPYING
/usr/share/man/man3/Async::Interrupt.3pm.gz

 
ICM