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
[Issue was oroginally reported by email from Slawomir Dors]
The current suspend() API does not really suspend a Timer but only suspends attached interruptions.
It would be nice to really suspend a Timer (having its counter frozen) and later resume it.
In addition, it can be useful to set the counter value sometimes.