libasync-interrupt-perl 1.26-1build3 source package in Ubuntu

Changelog

libasync-interrupt-perl (1.26-1build3) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 16:25:30 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Downloads

File Size SHA-256 Checksum
libasync-interrupt-perl_1.26.orig.tar.gz 31.4 KiB 2b56dd1524afb2d340f30545ad02166efdff6a0b57f3217884dcea073ce6085b
libasync-interrupt-perl_1.26-1build3.debian.tar.xz 4.1 KiB 089ec1c8dc199b98c0ed7e1cbb0ce634315de528f9835c136c473c1e237ad488
libasync-interrupt-perl_1.26-1build3.dsc 2.2 KiB d93bcb5c508e35ec6c32c9b0359c7358963a5f428b7da629d63555a4ed0ed717

Available diffs

View changes file

Binary packages built by this source

libasync-interrupt-perl: module to allow C/XS libraries to interrupt perl

 Async::Interrupt is a Perl module that implements asynchronous interruptions,
 similar in nature to UNIX signals, in a cross-platform manner. 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.

libasync-interrupt-perl-dbgsym: debug symbols for libasync-interrupt-perl