Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Future
From: Makoto Fujiwara
Date: 2020-04-26 15:56:06
Message id: 20200426135606.AFEB9FB27@cvs.NetBSD.org
Log Message:
(devel/p5-Future) Updated to 0.45
0.45 2020-04-22
[CHANGES]
* API changes to make duck-typing closer to Promises/A+ et.al:
+ Allow sequencing methods to yield non-Future results; upgrade
them to being Future-wrapped
+ Add ->resolve and ->reject as aliases of ->done and ->fail
* Recognise PERL_FUTURE_STRICT environment variable to restore
previous sequencing method behaviour
[BUGFIXES]
* ->without_cancel still needs to cancel result if caller is
cancelled
* Ensure all Future::AsyncAwait interop methods properly respect
subclassing
Files: