Searched defs:Http3Dispatcher (Results 1 – 1 of 1) sorted by relevance
825 pub(crate) struct Http3Dispatcher<S> { struct826 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> impl992 impl<S> Dispatcher for Http3Dispatcher<S> { implementation1013 impl<S> Drop for Http3Dispatcher<S> { implementation