Searched defs:dispatch (Results 1 – 2 of 2) sorted by relevance
17 fn dispatch(&self) -> Option<Self::Handle>; in dispatch() method33 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method106 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method572 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method
160 fn dispatch(&mut self, token: Token, ready: Ready) { in dispatch() method