]> Cypherpunks repositories - gostls13.git/commit
time.Ticker: fix bug arising when all tickers are dead.
authorRob Pike <r@golang.org>
Wed, 17 Feb 2010 22:55:29 +0000 (09:55 +1100)
committerRob Pike <r@golang.org>
Wed, 17 Feb 2010 22:55:29 +0000 (09:55 +1100)
commit7b76175a1c4c6427fb54249adaced6081edd435e
tree0c31bc59a968cbf5972bf05caace72020dc43363
parent3dc04f4a22743623ef35ef69062e4d99ac12275d
time.Ticker: fix bug arising when all tickers are dead.
thanks to yglgogo for analysis.

Fixes #593.

R=rsc
CC=golang-dev
https://golang.org/cl/210044
src/pkg/time/tick.go
src/pkg/time/tick_test.go