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
change EventTimer to reset its Timer without requiring a reset channel
EventTimer.Reset implemented using a channel would deadlock if
thread A calls Reset more than once while the EventTimer is invoking
its action and the action blocks on thread A (i.e. sending to an
unbuffered channel that thread A must receive from)
0 commit comments