Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfiber.rs610 current_future_cx: store.replace_current_future_cx(None), in replace()
642 fn replace_current_future_cx( in replace_current_future_cx() method
673 let prev = store.replace_current_future_cx(self.current_future_cx); in replace()