MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / fuel_async_yield_interval

Method fuel_async_yield_interval

crates/wasmtime/src/runtime/func.rs:2186–2188  ·  view source on GitHub ↗
(&mut self, interval: Option<u64>)

Source from the content-addressed store, hash-verified

2184 /// [`Store::fuel_async_yield_interval`](crate::Store::fuel_async_yield_interval)
2185 #[cfg(feature = "async")]
2186 pub fn fuel_async_yield_interval(&mut self, interval: Option<u64>) -> Result<()> {
2187 self.store.fuel_async_yield_interval(interval)
2188 }
2189}
2190
2191impl<T: 'static> AsContext for Caller<'_, T> {

Calls

no outgoing calls