mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-05-01 11:06:27 +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.