pub async fn wait_for_some<T, R>( ctx: &Ctx, recv: &mut Receiver<T>, pred: impl Fn(&T) -> Option<R>, ) -> OrCanceled<R>
Waits until predicate is different than None.
None