Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dhandle_table.rs410 pub fn future_rep( in future_rep() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs145 TransmitIndex::Future(ty) => handle_table.future_rep(ty, index), in get_mut_by_index_from()
4683 .future_rep(ty, handle)?; in on_delivery()