zksync_concurrency::sync

Function wait_for_some

source
pub async fn wait_for_some<T, R>(
    ctx: &Ctx,
    recv: &mut Receiver<T>,
    pred: impl Fn(&T) -> Option<R>,
) -> OrCanceled<R>
Expand description

Waits until predicate is different than None.