future-queue
Adapters to manage a queue of futures, where each future can have a different weight.
0.4.0
6.2M downloads/mo
#4052 most downloaded on crates.io
nextest-rs/future-queue
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 months to 1.9 years
Most releases are documented
notes for 3 of 5 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
5 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Dec 2022 to Feb 2025
2023
2024
2025
2026
Releases
latest 5-
0.4.012 Feb 2025Release notes
Open source →Added
- Added the ability to get global and group slot numbers for each future. Slot numbers are unique for as long as the future lives and are freed once the future is complete. Slot numbers are also compact because they start from 0, and the smallest possible number is assigned to them.
Changed
- As a result of the ability to get slot numbers, the stream must now return a closure of
FnOnce(FutureQueueContext) -> impl Future.
Release notes
Open source →Added
- Added the ability to get global and group slot numbers for each future. Slot numbers are unique for as long as the future lives and are freed once the future is complete. Slot numbers are also compact because they start from 0, and the smallest possible number is assigned to them.
Changed
- As a result of the ability to get slot numbers, the stream must now return a closure of
FnOnce(FutureQueueContext) -> impl Future.
-
0.3.018 Mar 2023Release notes
Open source →Changed
- Changed definitions of
future_queueandfuture_queue_groupedsuch that weights can no longer be
exceeded. This is easier to explain and enables certain additional use cases in nextest.
Release notes
Open source →Changed
- Changed definitions of
future_queueandfuture_queue_groupedsuch that weights can no longer be exceeded. This is easier to explain and enables certain additional use cases in nextest.
- Changed definitions of
-
0.2.228 Dec 2022 -
0.2.128 Dec 2022Nothing published for this version
-
0.2.028 Dec 2022Nothing published for this version