Searched defs:Poll (Results 1 – 3 of 3) sorted by relevance
20 pub struct Poll { struct24 impl Poll { implementation72 impl std::fmt::Debug for Poll { implementation
27 pub fn new(poll: &Poll, token: Token) -> io::Result<Self> { in new()
24 Poll(JoinHandle<(io::Result<usize>, BufInner, T)>), enumerator