libfuture-asyncawait-perl 0.54-1 source package in Ubuntu

Changelog

libfuture-asyncawait-perl (0.54-1) unstable; urgency=medium

  * Import upstream version 0.54.

 -- gregor herrmann <email address hidden>  Fri, 29 Oct 2021 17:50:39 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
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.54-1.dsc 2.7 KiB 195d400f4e18f6561b1ba593bcf9ac5de6d36f0b94e646008eef6f080912ea69
libfuture-asyncawait-perl_0.54.orig.tar.gz 76.8 KiB 4e82749b0d7e4a2e99d62d544b6e5045494d4aa212fea640c081fbf487e17119
libfuture-asyncawait-perl_0.54-1.debian.tar.xz 3.1 KiB a9e16f1a9153041468694cd8ecaa3b75acf0d056ddd98b95a234d98f1077d7e6

Available diffs

No changes file available.

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