embassy-futures

Crates

git

Versions

default

Flavors

embassy_futures::select

Function select6

Source
pub fn select6<A, B, C, D, E, F>(
    a: A,
    b: B,
    c: C,
    d: D,
    e: E,
    f: F,
) -> Select6<A, B, C, D, E, F> 
where A: Future, B: Future, C: Future, D: Future, E: Future, F: Future,
Expand description

Same as select, but with more futures.