Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs20 fn dispatch(&self) -> Option<Self::Handle>; in dispatch() method
42 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method
180 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method
541 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method
1038 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Ddriver.rs167 fn dispatch(&mut self, token: Token, ready: Ready) { in dispatch() method