Skip to content

AthenaKernel+AthenaServices: Mark IDictLoaderSvc::load_type as not thread safe.

Mark IDictLoaderSvc::load_type(const std::string&) as not thread safe. This because the implementation relies on code from DataModelRoot which itself is not thread-safe.

Merge request reports