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
Remove unneeded duplicate methods cancel() and isActive()
These can easily be replaced by Loop::cancelTimer() and
Loop::isTimerActive().
This change ensures that timers are now a plain immutable data structure
and offer no methods to change its state.
This also prepares the timer to remove the cyclic dependency with the
loop instance.
0 commit comments