Expand description
Async select over future vectors.
Allows collecting dyn Future
objects (i.e. async function instances) in a vector, and
select
ing (awaiting one) or join
ing (awaiting all) them.
Structsยง
- Future
Vector ๐ - Collect futures and await one or all of them.
- Future
Vector ๐Discarding Join - Await all futures, discarding successful results.
- Future
Vector ๐Select - Await a single future.