Skip to content

SGTools: Use external locking in DataStore::clearStore.

Scott Snyder requested to merge ssnyder/athena:extlock.SGTools-20230724 into main

Use external locking on the temporary map in DataStore::clearStore to avoid the overhead of locking for each iteration of the loop.

Merge request reports