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
Good idea! To make this work correctly, Timer.add() and Timer.addPeriodic() now return handles to the timer. Be sure to use these handles when canceling a timer, and not the original function.
It's stupidly easy--I suppose all you need to do is add:
But it would be very useful--sometimes when I'm switching states I want to cancel some of the timers I have set up.
Thanks, and thanks for making Hump, it's a great library :)
The text was updated successfully, but these errors were encountered: