Skip to content
Commit 798d6d85 authored by Milian Wolff's avatar Milian Wolff
Browse files

Port CodeModel to external non-recursive locking

Pretty straight forward, just lock the mutex once for every
action instead of multiple times when adding/removing items.
Once again I don't think the old code was correct when multiple
threads concurrently ran e.g. addItem/updateItem/removeItem on
the same key.
parent c1db3cdc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment