Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi-http/src/
H A Dhandler.rs357 let mut next_future = pin!(async { in run_() localVariable
387 future::poll_fn(|cx| match next_future.as_mut().poll(cx) { in run_()