mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-05-18 12:31:21 +00:00

There used to be a possible race when a bunch of rectangle is appended, but the total count is not updated before it's read. Using a lock eliminates all such races.