Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi-http/src/
H A Dhandler.rs364 let mut next_task = pin!(tokio::time::timeout( in run_() localVariable
405 next_task.as_mut().poll(cx).map(Some) in run_()