Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs825 pub(crate) struct Http3Dispatcher<S> { struct
826 pub(crate) detail: ConnDetail,
827 pub(crate) req_tx: UnboundedSender<ReqMessage>,
828 pub(crate) handles: Vec<crate::runtime::JoinHandle<()>>,
829 pub(crate) _mark: PhantomData<S>,
830 pub(crate) io_shutdown: Arc<AtomicBool>,
831 pub(crate) io_goaway: Arc<AtomicBool>,
870 impl<S> Http3Dispatcher<S> impl
992 impl<S> Dispatcher for Http3Dispatcher<S> { implementation
1013 impl<S> Drop for Http3Dispatcher<S> { implementation