Structs

An async-friendly FuturesUnordered of bounded size. In contrast to a bounded channel, the queue makes it possible to modify and remove entries in it. In contrast to a FuturesUnordered, the queue makes it possible to enforce a bound on the number of items in the queue.
An async-friendly FuturesUnordered of bounded size. In contrast to a bounded channel, the queue makes it possible to modify and remove entries in it. In contrast to a FuturesUnordered, the queue makes it possible to enforce a bound on the number of items in the queue.