]> Cypherpunks repositories - gostls13.git/commit
expand ticker interface to allow a client to shut down a ticker.
authorRob Pike <r@golang.org>
Wed, 23 Sep 2009 20:02:14 +0000 (13:02 -0700)
committerRob Pike <r@golang.org>
Wed, 23 Sep 2009 20:02:14 +0000 (13:02 -0700)
commitfbb702974760e8c0b066b0e4a2f2f18aeef9204b
tree6d1b19b36b7df214d213e1e3778cb3129a973378
parentea4ada89e10e1731a237e98fb70fa990985b4219
expand ticker interface to allow a client to shut down a ticker.
existing interface still works.

R=rsc
DELTA=50  (32 added, 2 deleted, 16 changed)
OCL=34930
CL=34932
src/pkg/time/tick.go
src/pkg/time/tick_test.go