Function eventuals::select[][src]

pub fn select<S>(selectable: S) -> Eventual<S::Output> where
    S: Selectable
👎 Deprecated:

Not deterministic. This doesn’t seem as harmful as filter, because it doesn’t appear to miss updates.