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
Since timers are a 2-step instrument (start and then stop) it would be nice be able to provide tags when stop is called. This would mean adding a additional version like .stop(extraTags) to the StartedTimer class.
The text was updated successfully, but these errors were encountered:
Since timers are a 2-step instrument (start and then stop) it would be nice be able to provide tags when stop is called. This would mean adding a additional version like
.stop(extraTags)
to theStartedTimer
class.The text was updated successfully, but these errors were encountered: