Searched refs:DispatchContainer (Results 1 – 1 of 1) sorted by relevance
27 static CB_DISPATCHER: LazyLock<Arc<Mutex<DispatchContainer>>> =28 LazyLock::new(|| Arc::new(Mutex::new(DispatchContainer { instances: HashMap::new() })));66 pub struct DispatchContainer { struct70 impl DispatchContainer { implementation103 pub fn get_dispatchers() -> Arc<Mutex<DispatchContainer>> { in get_dispatchers()