Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi-http/src/p3/
H A Dresponse.rs115 let io_future = async { in from_http() localVariable
122 (wasi_response, io_future) in from_http()
142 let (wasi_resp, io_future) = Response::from_http(http_response); in test_response_from_http()
160 let result = pin!(io_future).poll(&mut cx); in test_response_from_http()