Searched defs:Http3Dispatcher (Results 1 – 1 of 1) sorted by relevance
866 pub(crate) struct Http3Dispatcher<S> { struct867 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> implementation1035 impl<S> Dispatcher for Http3Dispatcher<S> { implementation1056 impl<S> Drop for Http3Dispatcher<S> { implementation