Searched refs:lo_prio_req (Results 1 – 1 of 1) sorted by relevance
94 lo_prio_req: VecDeque<Box<dyn FnOnce(&mut Shelf) + Send>>, field127 lo_prio_req: VecDeque::new(), in new()177 state.lo_prio_req.push_back(Box::new(f)); in queue()209 if !done_idle && state.hi_prio_req.is_empty() && state.lo_prio_req.is_empty() { in spawn_thread()216 state.hi_prio_req.is_empty() && state.lo_prio_req.is_empty() in spawn_thread()221 state.lo_prio_req.is_empty(), in spawn_thread()226 state.lo_prio_req.pop_front().map(|f| Action::QueuedFn(f)) in spawn_thread()