Searched refs:YieldCustom (Results 1 – 4 of 4) sorted by relevance
411 Ok(UpdateDeadline::YieldCustom(1, fut)) in epoch_callback_yield_custom()
287 store.epoch_deadline_callback(|_store| Ok(UpdateDeadline::YieldCustom(1, Box::pin(async {})))); in epoch_yield_disallowed_without_async()
1329 UpdateDeadline::YieldCustom(delta, future) => { in new_epoch()
418 YieldCustom( enumerator