Skip to content

Releases: nextest-rs/future-queue

future-queue 0.4.0

12 Feb 04:34
Compare
Choose a tag to compare

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

18 Mar 21:07
Compare
Choose a tag to compare

Changed

  • Changed definitions of future_queue and future_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

28 Dec 07:39
Compare
Choose a tag to compare
[future-queue] version 0.2.2

future-queue 0.2.1

28 Dec 07:34
Compare
Choose a tag to compare
[future-queue] version 0.2.1

future-queue 0.2.0

28 Dec 07:29
Compare
Choose a tag to compare
[future-queue] version 0.2.0

buffer-unordered-weighted 0.1.2

01 Nov 23:26
Compare
Choose a tag to compare
  • Add repository link.

buffer-unordered-weighted 0.1.1

29 Oct 18:56
Compare
Choose a tag to compare
  • Documentation updates.

buffer-unordered-weighted 0.1.0

28 Oct 22:53
Compare
Choose a tag to compare