Searched refs:QueuedFn (Results 1 – 1 of 1) sorted by relevance
199 QueuedFn(Box<dyn FnOnce(&mut Shelf) + Send>), in spawn_thread() enumerator224 (Some(f), _, _) => Some(Action::QueuedFn(f)), in spawn_thread()226 state.lo_prio_req.pop_front().map(|f| Action::QueuedFn(f)) in spawn_thread()242 Action::QueuedFn(f) => { in spawn_thread()