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
run() the loop instead of making it tick().
This results in significant performance improvements (less resource utilization) by avoiding busy waiting
(#1)