Home
last modified time | relevance | path

Searched defs:is_finished (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Djoin_handle.rs108 let is_finished = self.raw.set_waker(cur, cx.waker() as *const _ as *mut ()); in poll() localVariable
149 pub fn is_finished(&self) -> bool { in is_finished() method
Dstate.rs64 pub(crate) fn is_finished(cur: usize) -> bool { in is_finished() function
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dencoder.rs54 pub(crate) fn is_finished(&self) -> bool { in is_finished() method