Searched defs:is_finished (Results 1 – 3 of 3) sorted by relevance
108 let is_finished = self.raw.set_waker(cur, cx.waker() as *const _ as *mut ()); in poll() localVariable149 pub fn is_finished(&self) -> bool { in is_finished() method
64 pub(crate) fn is_finished(cur: usize) -> bool { in is_finished() function
54 pub(crate) fn is_finished(&self) -> bool { in is_finished() method