Skip to content

Make reference counting thread safe

Gerhard Raven requested to merge graven/Gaudi:GAUDI-1114 into master
  • Fix a race condition in the refCounting in implements (see GAUDI-1114).
  • Make additional refCounts atomic.
  • (implicitly) insure that refCounts do not get copied, and do not get assigned to.

Merge request reports