You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using tick to set a timer, but it seems that it could be not accurate when high CPU usage, I just checked the source code, it simply uses a std::thread::sleep, could you improve this to be more accruate?