Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs379 pub(crate) struct Http2Dispatcher<S> { struct
380 pub(crate) detail: ConnDetail,
381 pub(crate) allowed_cache: usize,
382 pub(crate) sender: UnboundedSender<ReqMessage>,
383 pub(crate) io_shutdown: Arc<AtomicBool>,
384 pub(crate) io_goaway: Arc<AtomicBool>,
385 pub(crate) handles: Vec<crate::runtime::JoinHandle<()>>,
386 pub(crate) _mark: PhantomData<S>,
447 impl<S> Http2Dispatcher<S> implementation
538 impl<S> Dispatcher for Http2Dispatcher<S> { implementation
[all …]