Embassy
embassy-futures

Crates

git

Versions

default

Flavors

Function embassy_futures::select::select3

source ·
pub fn select3<A, B, C>(a: A, b: B, c: C) -> Select3<A, B, C> 
where A: Future, B: Future, C: Future,
Expand description

Same as select, but with more futures.