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

Changelog

libasync-interrupt-perl (1.26-1build5) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 17:01:31 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libasync-interrupt-perl_1.26.orig.tar.gz 31.4 KiB 2b56dd1524afb2d340f30545ad02166efdff6a0b57f3217884dcea073ce6085b
libasync-interrupt-perl_1.26-1build5.debian.tar.xz 4.2 KiB 23fc1992dc83690a5de2b3eed923f3aa0720355b6c2856aaadc208bc52279ba7
libasync-interrupt-perl_1.26-1build5.dsc 2.2 KiB 862fb43db713f72aad3a2d83e854dd4e81b26363818deba9c497d4dfbab51c4a

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