]> Cypherpunks repositories - gostls13.git/commit
runtime: implement time.Sleep for new timers
authorIan Lance Taylor <iant@golang.org>
Thu, 11 Apr 2019 21:29:09 +0000 (14:29 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 22 Oct 2019 22:35:20 +0000 (22:35 +0000)
commit7d84245a9cd41489984e36c5a01876fc4da5d5ec
treece808082b36da14f999cb92b9a2b8c51ee6a1343
parent432ca0ea83d12519004c6f7f7c1728410923987f
runtime: implement time.Sleep for new timers

Updates #27707

Change-Id: I51da8a04ec12ba1efa435e86e3a15d4d13c96c45
Reviewed-on: https://go-review.googlesource.com/c/go/+/171879
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/time.go