(&mut self, interval: Option<u64>)
| 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 | |
| 2191 | impl<T: 'static> AsContext for Caller<'_, T> { |
no outgoing calls