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
If someone had managed to somehow interrupt the private thread running in SingleShotLinearTimer, it would busy wait out the rest of its remaining time. Now it goes back to sleep, then restores the interrupt flag. Shouldn't be possible outside of a debugger either way.
0 commit comments