Searched refs:PollFuture (Results 1 – 1 of 1) sorted by relevance
60 PollFuture::Notified => { in poll()67 PollFuture::DropReference => { in poll()70 PollFuture::Complete(out, is_join_interested) => { in poll()73 PollFuture::None => (), in poll()77 fn poll_inner(&self) -> PollFuture<T::Output> { in poll_inner()80 TransitionToRunning::DropReference => return PollFuture::DropReference, in poll_inner()377 enum PollFuture<T> { enum405 ) -> PollFuture<T::Output> { in poll_future()407 PollFuture::Complete(Err(JoinError::cancelled()), snapshot.is_join_interested()) in poll_future()433 PollFuture::Notified in poll_future()[all …]