Releases: nextest-rs/future-queue
Releases · nextest-rs/future-queue
future-queue 0.4.0
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
.
future-queue 0.3.0
Changed
- Changed definitions of
future_queue
andfuture_queue_grouped
such that weights can no longer be
exceeded. This is easier to explain and enables certain additional use cases in nextest.
future-queue 0.2.2
[future-queue] version 0.2.2
future-queue 0.2.1
[future-queue] version 0.2.1
future-queue 0.2.0
[future-queue] version 0.2.0
buffer-unordered-weighted 0.1.2
- Add repository link.
buffer-unordered-weighted 0.1.1
- Documentation updates.
buffer-unordered-weighted 0.1.0
- Initial release.