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
Currently, there is no way to stop a timer once started. This isn't too bad for simple CountDown timers, but Periodic timers will keep running indefinitely. It would be nice if there was a way to cancel a running timer again.
The simplest solution would probably be to add a cancel method to CountDown, but this would break all implementations.
The text was updated successfully, but these errors were encountered:
65: SysTimer default r=posborne a=eldruin
Since it is considered best-practice to have `Default` when you have `new()`.
Co-authored-by: Diego Barrios Romero <[email protected]>
Currently, there is no way to stop a timer once started. This isn't too bad for simple
CountDown
timers, butPeriodic
timers will keep running indefinitely. It would be nice if there was a way to cancel a running timer again.The simplest solution would probably be to add a
cancel
method toCountDown
, but this would break all implementations.The text was updated successfully, but these errors were encountered: