]> Cypherpunks repositories - gostls13.git/commit
Update documentation around time.Sleep to specify its precision, and suggest
authorDevon H. O'Dell <devon.odell@gmail.com>
Thu, 24 Dec 2009 21:24:00 +0000 (08:24 +1100)
committerRob Pike <r@golang.org>
Thu, 24 Dec 2009 21:24:00 +0000 (08:24 +1100)
commit1245e93b2ccee55cf716de03826d50bcf95373e4
treef772bda610ac7eae048245fc0e22680823d58eda
parent77f6f16660099e09f4707e0ace53fb26d9a024b9
Update documentation around time.Sleep to specify its precision, and suggest
a possible interface for more granular sleep times.

Fixes issue #260.

R=rsc, r
CC=golang-dev
https://golang.org/cl/181058
src/pkg/time/sleep.go