Add missing lock around redblack_cache_ancestors
redblack_cache_ancestors
This used to be protected because all shape code was under a lock, but now that the shape tree is lock-free we still need to lock around the red-black cache.
Co-Authored-By: Luke Gruber [email protected]
Add missing lock around
redblack_cache_ancestors
This used to be protected because all shape code was
under a lock, but now that the shape tree is lock-free
we still need to lock around the red-black cache.
Co-Authored-By: Luke Gruber [email protected]