Searched defs:Dispatcher (Results 1 – 2 of 2) sorted by relevance
23 Dispatcher::Dispatcher(const std::string &name) : name_(name), taskQueue_(128) in Dispatcher() function in utility::Dispatcher
14 pub(crate) trait Dispatcher { interface