Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/debugger/src/
H A Dlib.rs262 let out_tx_clone = out_tx.clone(); in new() localVariable
281 let _ = out_tx_clone.send(Response::Finished(store)).await; in new()