Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi/src/cli/
H A Dworker_thread_stdin.rs223 if let Some(notified) = self.as_mut().notified_future() { in poll_read()
276 fn notified_future(self: Pin<&mut Self>) -> Option<Pin<&mut Notified<'static>>> { in notified_future() method