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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:05:40 +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-1build4.debian.tar.xz 4.1 KiB 60115b4e87e36d18afbf2aaf4d28ee207f66b52c47bff1fab14aeff9a6cdbcf0
libasync-interrupt-perl_1.26-1build4.dsc 2.2 KiB f4bb084e0de0a01d06b5a49a3003a5e54c6b60233f9c4d8b8768419a4e142500

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