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
157210: util,log: make util.EveryN generic r=yuzefovich a=stevendanna
This changes util.EveryN to a generic function and then
- modifies log.EveryN to allow use a crtime.Mono instead of a time.Time.
- updates most callers that were easy to update to use util.EveryMono
We might consider removing the time.Time version of EveryN, but it is still useful in a couple of places.
Epic: none
Release note: None
Co-authored-by: Steven Danna <[email protected]>
0 commit comments