pub type FutureSelector<F> = Selector<PollAsFuture<F>>;Expand description
Selector specialized for polling Futures.
Behaves much like FuturesUnordered.
Aliased Typeยง
pub struct FutureSelector<F> { /* private fields */ }pub type FutureSelector<F> = Selector<PollAsFuture<F>>;Selector specialized for polling Futures.
Behaves much like FuturesUnordered.
pub struct FutureSelector<F> { /* private fields */ }