Add mutex around index entries changes
This surrounds any function that mutates the entries vector with a mutex so it can be safely snapshotted.
Showing
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment
This surrounds any function that mutates the entries vector with a mutex so it can be safely snapshotted.