Revert "Refactor repeat timer"

This commit is contained in:
Anton Kaliaev
2017-12-19 16:16:16 -06:00
committed by GitHub
parent 4ddf212286
commit 70e30f74e6
4 changed files with 67 additions and 87 deletions

View File

@ -95,6 +95,4 @@ func TestThrottle(test *testing.T) {
stopped := t.Stop()
assert.True(stopped)
// extra calls to stop don't block
t.Stop()
}