]> Cypherpunks repositories - gostls13.git/commit
An experimental implemenation of Ticker using two goroutines for all tickers.
authorRob Pike <r@golang.org>
Thu, 28 Jan 2010 21:34:40 +0000 (08:34 +1100)
committerRob Pike <r@golang.org>
Thu, 28 Jan 2010 21:34:40 +0000 (08:34 +1100)
commitd53b426fa0561a00ed969f47bf74183101d734d6
treeb8b6072c5f0d6fe0a34a0058cbfcf1a48e454081
parent8fedbb8c3d9875fca32c89d49105adcf632f7849
An experimental implemenation of Ticker using two goroutines for all tickers.
Feel free to suggest other approaches.

R=rsc
CC=cw, golang-dev
https://golang.org/cl/193070
src/pkg/time/tick.go