mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-02 05:31:59 +00:00
Now LG uses a 25Hz tick timer it is an issue that `create_timer` spawns a new thread for every single timer event, so instead multiplex all the timers into a single thread with a 1ms resolution.