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.rs866 pub(crate) struct Http3Dispatcher<S> { struct
867 pub(crate) detail: ConnDetail,
868 pub(crate) req_tx: UnboundedSender<ReqMessage>,
869 pub(crate) handles: Vec<crate::runtime::JoinHandle<()>>,
870 pub(crate) _mark: PhantomData<S>,
871 pub(crate) io_shutdown: Arc<AtomicBool>,
872 pub(crate) io_goaway: Arc<AtomicBool>,
912 impl<S> Http3Dispatcher<S> implementation
1035 impl<S> Dispatcher for Http3Dispatcher<S> { implementation
1056 impl<S> Drop for Http3Dispatcher<S> { implementation