Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs202 pub(crate) struct StreamInfo<S> { struct
204 pub(crate) id: u32,
205 pub(crate) next_stream_id: Arc<StreamId>,
207 pub(crate) receiver: FrameReceiver,
209 pub(crate) controller: Arc<StreamController<S>>,
635 impl<S: AsyncRead + AsyncWrite + Unpin + Sync + Send + 'static> Future for StreamInfo<S> { implementation
761 impl<S: AsyncRead + AsyncWrite + Unpin + Sync + Send + 'static> StreamInfo<S> { impl