Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Dmod.rs19 pub(crate) mod queue; module
Dunbounded.rs95 let queue = Queue::new(); in unbounded_channel() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dcurrent_thread.rs47 let mut queue = self.inner.lock().unwrap(); in schedule() localVariable
56 let mut queue = self.inner.lock().unwrap(); in pop() localVariable
136 let mut queue = self.scheduler.inner.lock().unwrap(); in spawn() localVariable
Dblocking_pool.rs142 queue: VecDeque<Task>, field
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dtable.rs91 queue: VecDeque<(Header, String)>, field