Searched defs:try_poll (Results 1 – 3 of 3) sorted by relevance
80 fn try_poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<Self::Ok, Self::Error>>; in try_poll() method91 fn try_poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in try_poll() function
133 fn try_poll<I>( in try_poll() method
694 int try_poll = 0; in decider() local