libasync-interrupt-perl 1.25-1build1 source package in Ubuntu

Changelog

libasync-interrupt-perl (1.25-1build1) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 08:02:48 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl

Downloads

File Size SHA-256 Checksum
libasync-interrupt-perl_1.25.orig.tar.gz 34.9 KiB 3c5cecc5af3f2461d2b3853b215d2e53d1f252593a5f14ad654099152427094a
libasync-interrupt-perl_1.25-1build1.debian.tar.xz 4.7 KiB 1f9a1b200f2032b7e7a4f194973a941832874790510d334957760a117288b0a7
libasync-interrupt-perl_1.25-1build1.dsc 2.2 KiB e748c5d0bb161e42cca4d7dbfa7e832f846a02a6d540fd9c4b94d9d957392d72

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