Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs242 pub(crate) struct Streams { struct
243 stream_to_send: VecDeque<u32>,
244 buffer: HashMap<u32, StreamBuffer>,
325 impl Streams { impl