Searched defs:Http2Dispatcher (Results 1 – 1 of 1) sorted by relevance
210 pub(crate) struct Http2Dispatcher<S> { struct211 pub(crate) next_stream_id: StreamId,212 pub(crate) allowed_cache: usize,213 pub(crate) sender: UnboundedSender<ReqMessage>,214 pub(crate) io_shutdown: Arc<AtomicBool>,215 pub(crate) handles: Vec<crate::runtime::JoinHandle<()>>,216 pub(crate) _mark: PhantomData<S>,281 impl<S> Http2Dispatcher<S> implementation367 impl<S> Dispatcher for Http2Dispatcher<S> { implementation385 impl<S> Drop for Http2Dispatcher<S> { implementation