Skip to content
Snippets Groups Projects
Commit d34468d3 authored by Scott Snyder's avatar Scott Snyder Committed by Adam Edward Barton
Browse files

CxxUtils: Allow ConcurrentRangeMap::emplace to extend the last range.

Add an option to ConcurrentRangeMap::emplace to allow extending the
range of the last entry in the case of a duplicate.  We used to do this
from WriteCondHandle, but that was racy; do it here so we can do both
steps without releasing the lock.
parent 1417d214
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment