Skip to content

use atomic variables to replace the mutable variables

Ke Li requested to merge keli/athena:CSCcablingSvc into master

Use the thread-safe atomic for m_side, m_rod and m_max to replace the mutable variables in CSCcabling.

Merge request reports