Home
last modified time | relevance | path

Searched defs:AsyncReadStream (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasi/src/p2/
H A Dpipe.rs150 pub struct AsyncReadStream { struct
157 impl AsyncReadStream { implementation
207 impl InputStream for AsyncReadStream { implementation
266 impl Pollable for AsyncReadStream { implementation
/wasmtime-44.0.1/crates/wasi/src/cli/
H A Dlocked_async.rs22 impl SharedHandleReady for p2::pipe::AsyncReadStream { implementation