Searched refs:ConnManager (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | mod.rs | 21 //! -[`ConnManager`] is used to coordinate the Request sending and Response 37 pub(crate) use manager::ConnManager;
|
H A D | manager.rs | 39 pub(crate) struct ConnManager { 59 impl Future for ConnManager { 124 impl ConnManager { impls
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | dispatcher.rs | 203 ConnManager, FlowControl, H2StreamState, RecvData, RequestWrapper, SendData, 376 ConnManager::new(settings_sync, input_channel.0, resp_rx, req_rx, controller); in launch()
|
Completed in 3 milliseconds