libfuture-asyncawait-perl 0.13-2 source package in Ubuntu

Changelog

libfuture-asyncawait-perl (0.13-2) unstable; urgency=medium

  * Add libsyntax-keyword-try-perl to Build-Depends in order to enable an
    additional test.

 -- gregor herrmann <email address hidden>  Sun, 21 Jan 2018 19:45:20 +0100

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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libfuture-asyncawait-perl_0.13-2.dsc 2.3 KiB 274d191fef5a70e04c16ba62a8049b8685224445bc498361ca5fbbced4855d84
libfuture-asyncawait-perl_0.13.orig.tar.gz 33.6 KiB de49b3de2cd0c24ada5f6754f73b36eb0c3f80b2dda661b8e1c446cc85a3640e
libfuture-asyncawait-perl_0.13-2.debian.tar.xz 2.0 KiB dde1048dcdb5377a243d3bed3f7a4570aea33bbeb8d439aa03a6d1556978a40d

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.
 .
 WARNING: The actual semantics in this module are in an early state of
 implementation. Some things will randomly break. While it seems stable enough
 for small-scale development and experimental testing, don't expect to be able
 to use this module reliably in production yet.

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