Path to this page:
./
devel/p5-Future,
Represent an operation awaiting completion
Branch: CURRENT,
Version: 0.51nb1,
Package name: p5-Future-0.51nb1,
Maintainer: pkgsrc-usersA "Future" object represents an operation that is currently in progress, or
has recently completed. It can be used in a variety of ways to manage the
flow of control, and data, through an asynchronous program.
Required to run:[
lang/perl5]
Required to build:[
devel/p5-Module-Build] [
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 103.165 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Future-0.51nb1
- (2024-10-27) Updated to version: p5-Future-0.51
- (2023-07-06) Updated to version: p5-Future-0.50nb1
- (2023-05-20) Updated to version: p5-Future-0.50
- (2022-06-28) Updated to version: p5-Future-0.48nb1
- (2022-04-02) Updated to version: p5-Future-0.48
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-05-20 09:25:04 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Future: update to 0.50.
0.50 2023-03-17
[CHANGES]
* Swap all unit tests from `Test::More` to `Test2::V0`
* Avoids test_requires on `Test::Refcount` or `Test::Fatal`
[BUGFIXES]
* Fix documentation minisynopsis on `->udata`
* Set `@CARP_NOT` so that `AWAIT_GET` rethrow appears to come from
the right location (RT145249)
0.49 2022-10-17
[CHANGES]
* Big reshuffle to move most code into Future/PP.pm in order to
support an optional Future-XS distribution too
* Attempt to load Future::XS by preference if it is available
* Additional unit tests for cornercases of XS implementation
* Remember to provide the AWAIT_WAIT API method
* Migrated Future::Queue out into its own distribution
[BUGFIXES]
* Bugfixes and unit tests for convergents on pre-cancelled futures
(RT144459)
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-04-02 04:15:52 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.48
Upstream changes:
0.48 2022-01-26
[CHANGES]
* Implement the new AWAIT_ON_CANCEL API shape for Future::AsyncAwait
[BUGFIXES]
* Make sure to set rtime for immediate futures (RT134620)
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2021-04-26 14:54:46 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Future: update to 0.47.
0.47 2021-01-01
[BUGFIXES]
* Don't weaken() the waiting future in Future::Mutex as that causes
it to be dropped in some situations
0.46 2020-10-19
[CHANGES]
* Provide AWAIT_CHAIN_CANCEL named method for compatibility with
upcoming Future::AsyncAwait::Awaitable method rename
[BUGFIXES]
* Ensure that Future::Mutex returns proper cloned future instances
when waiting (RT133563)
|