Home
last modified time | relevance | path

Searched defs:poll_closed (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/tokio/tests/
Dsync_oneshot.rs27 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()>; in poll_closed() method
31 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_closed() method
/external/rust/android-crates-io/crates/tokio/src/sync/
Doneshot.rs793 pub fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_closed() method
/external/rust/android-crates-io/crates/h2/src/
Dserver.rs513 pub fn poll_closed(&mut self, cx: &mut Context) -> Poll<Result<(), crate::Error>> { in poll_closed() function