libfuture-asyncawait-perl 0.66-1build1 source package in Ubuntu

Changelog

libfuture-asyncawait-perl (0.66-1build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:07:47 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libfuture-asyncawait-perl_0.66.orig.tar.gz 87.8 KiB c6a0f4de462bf324b5baca1775d199ec3246a358c13db9b64acbfcdbe6e5ec21
libfuture-asyncawait-perl_0.66-1build1.debian.tar.xz 3.9 KiB 6ef2db7ac88ccee8260772050bcfa80f7d27478e389b67e394fef46fad502c67
libfuture-asyncawait-perl_0.66-1build1.dsc 2.4 KiB 9b2797c993cf6999df56e9a0e546d0604771aeb1a49566ac8af63b32b4676b42

Available diffs

View changes file

Binary packages built by this source

libfuture-asyncawait-perl: deferred subroutine syntax for futures

 Future::AsyncAwait provides syntax for deferring and resuming subroutines
 while waiting for Futures to complete. This syntax aims to make code that
 performs asynchronous operations using futures look neater and more
 expressive than simply using then chaining and other techniques on the
 futures themselves. It is also a similar syntax used by a number of other
 languages; notably C# 5, EcmaScript 6, Python 3, and lately even Rust is
 considering adding it.
 .
 The new syntax takes the form of two new keywords, async and await.
 .
 This module is still under active development. While it now seems relatively
 stable enough for most use-cases and has received a lot of testing in a wide
 variety of scenarios, there may still be the occasional case of memory leak
 left in it, especially if still-pending futures are abandoned.

libfuture-asyncawait-perl-dbgsym: debug symbols for libfuture-asyncawait-perl