Home
last modified time | relevance | path

Searched refs:dispatch (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs17 fn dispatch(&self) -> Option<Self::Handle>; in dispatch() functions
39 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() functions
42 Self::Http1(h1) => h1.dispatch().map(Conn::Http1), in dispatch()
45 Self::Http2(h2) => h2.dispatch().map(Conn::Http2), in dispatch()
48 Self::Http3(h3) => h3.dispatch().map(Conn::Http3), in dispatch()
104 /// HTTP1-based connection manager, which can dispatch connections to other
137 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() functions
237 // HTTP2-based connection manager, which can dispatch connections to other
386 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() functions
849 fn dispatch( functions
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs165 /// IO dispatch function. Wakes the task through the token getting from the
167 fn dispatch(&mut self, token: Token, ready: Ready) { in dispatch() functions
274 self.dispatch(token, ready);
347 driver.dispatch(token, ready); in ffrt_dispatch_event()

Completed in 2 milliseconds