Home
last modified time | relevance | path

Searched defs:poll_recv (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/tokio/src/signal/
Dunix.rs434 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
441 fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>>; in poll_recv() method
445 fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
Dmod.rs91 fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
Dwindows.rs225 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
297 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
/external/rust/crates/tokio/src/sync/mpsc/
Dunbounded.rs178 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_recv() method
Dbounded.rs282 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_recv() method
/external/rust/crates/tokio/src/process/unix/
Dreap.rs201 fn poll_recv(&mut self, _cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
/external/rust/crates/tokio/src/net/unix/datagram/
Dsocket.rs1029 pub fn poll_recv(&self, cx: &mut Context<'_>, buf: &mut ReadBuf<'_>) -> Poll<io::Result<()>> { in poll_recv() method
/external/rust/crates/tokio/src/net/
Dudp.rs666 pub fn poll_recv(&self, cx: &mut Context<'_>, buf: &mut ReadBuf<'_>) -> Poll<io::Result<()>> { in poll_recv() method
/external/rust/crates/tokio/src/sync/
Doneshot.rs725 fn poll_recv(&self, cx: &mut Context<'_>) -> Poll<Result<T, RecvError>> { in poll_recv() method