Revision history for Future-Selector
0.05 2025-07-11
[CHANGES]
* Set label on longterm futures for more helpful debug messages
* Use `Sublike::Extended` v0.29 to avoid needing `extended` keyword
[BUGFIXES]
* Improved handling of `select` or `run*` futures being cancelled so
they don't cancel other concurrent ones
* Make `run_until_ready` propagate a cancellation itself
0.04 2024-08-14
[CHANGES]
* Use named parameter support of Sublike::Extended
* Fix typo 'applicaation' in docs (thanks ilmari)
0.03 2024-01-22
[BUGFIXES]
* Ensure that `gen`-based items regenerate properly even after
deferred completion
0.02 2023-10-31
[CHANGES]
* Added `->run` and `->run_until_ready` methods
[BUGFIXES]
* Ensure that an empty selector after `->select` fails another
`->select` call even if called immediately within it
0.01 2023-10-30
First version, released on an unsuspecting world.