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
Standart cycle clear/draw/display decreases threading perfomance about 1000 times. Waiting inside 'display' prevents python from executing another threads. Simple reproduce/workaround is to add 'time.sleep(1/60)' anywhere in loop.