Home
last modified time | relevance | path

Searched refs:YieldCustom (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/tests/all/
H A Depoch_interruption.rs411 Ok(UpdateDeadline::YieldCustom(1, fut)) in epoch_callback_yield_custom()
H A Dmissing_async.rs287 store.epoch_deadline_callback(|_store| Ok(UpdateDeadline::YieldCustom(1, Box::pin(async {})))); in epoch_yield_disallowed_without_async()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs1329 UpdateDeadline::YieldCustom(delta, future) => { in new_epoch()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs418 YieldCustom( enumerator