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
How about a default Timer::new() constructor that makes a timer that never fires? Of course, that timer would be possible to update with set_at(), set_after() and so on.
I'm inclined to just add this constructor (and a Default impl for Timer) but am wondering if anyone has objections?
The text was updated successfully, but these errors were encountered:
How about a default
Timer::new()
constructor that makes a timer that never fires? Of course, that timer would be possible to update withset_at()
,set_after()
and so on.I'm inclined to just add this constructor (and a
Default
impl forTimer
) but am wondering if anyone has objections?The text was updated successfully, but these errors were encountered: