[][src]Function cortex::dispatcher::server::get_service

pub fn get_service<S: BuildHasher>(
    service_name: &str,
    services: &Arc<Mutex<HashMap<String, Option<Service>, S>>>
) -> Option<Service>

Getter for a Service stored inside an Arc<Mutex<HashMap>, with no DB access