jonboulle / clockwork

a fake clock for golang
Apache License 2.0
631 stars 57 forks source link

Feature Request: support for mocking time.Timer #10

Closed mattyb closed 2 years ago

mattyb commented 7 years ago

Would be great to see clockwork implement more features of the time library.

LopatkinEvgeniy commented 7 years ago

And time.Ticker

pierrebeaucamp commented 6 years ago

There are already PRs open for timers and tickers:

Timers: #13 Tickers: #8

ghost commented 4 years ago

Additional PR for Timers: #22

sagikazarmark commented 2 years ago

Looks like we have two, mostly abandoned PRs with #22 being the more mature one. If someone wants to pick this up, I'd be happy to review a PR.