Skip to content

Better mutex locking in PoolSvc for MT

Marcin Nowak requested to merge mnowak/athena:PoolSvc.better.locks into main

A rare crash was observed in access to the mutex vector. These changes should provide better protection against concurrent access to this vector.

Merge request reports