Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs875 pub(crate) struct Http3Conn<S> { struct
876 pub(crate) speed_controller: SpeedController,
877 pub(crate) sender: UnboundedSender<ReqMessage>,
878 pub(crate) resp_receiver: BoundedReceiver<RespMessage>,
879 pub(crate) resp_sender: BoundedSender<RespMessage>,
880 pub(crate) io_shutdown: Arc<AtomicBool>,
881 pub(crate) detail: ConnDetail,
882 pub(crate) _mark: PhantomData<S>,
967 impl<S> Http3Conn<S> { impl