Skip to content

CoralBase: Make AttributeListSpecification refcount thread-safe.

Scott Snyder requested to merge ssnyder/coral:refcount.CoralBase-20200410 into master

AttributeListSpecification has a mutable reference count. Data races involving this reference count have caused problems in multithreaded environments. Make this count atomic to prevent such races.

Merge request reports