mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-13 15:22:28 +00:00
Due to a failure to understand atomics when this code was originally written it has a critical flaw with the fast path where an event could be signalled when it should not be. This change set corrects this issue by using atomic operations.