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

Changelog

libasync-interrupt-perl (1.21-1build4) bionic; urgency=medium

  * No-change rebuild against perlapi-5.26.1

 -- Steve Langasek <email address hidden>  Thu, 02 Nov 2017 05:40:11 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
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.21.orig.tar.gz 33.1 KiB 63dec7c95a4c41cf1e60847068c7850ff3e7b04d02fdc11208183971d6d15f24
libasync-interrupt-perl_1.21-1build4.debian.tar.xz 3.8 KiB 3064cfe7bb876eb2ae938c3c00096c814361e07189e649812ce5817ba01b394a
libasync-interrupt-perl_1.21-1build4.dsc 2.3 KiB 9dd126c5bf0242883bbb103f958ffb1f277f68a76203a1e4740decbfb0b94932

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