]> Cypherpunks repositories - gostls13.git/commit
runtime: implement timeSleepUntil for new timers
authorIan Lance Taylor <iant@golang.org>
Thu, 11 Apr 2019 16:02:37 +0000 (09:02 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 23 Oct 2019 07:02:10 +0000 (07:02 +0000)
commitc824420d4744bd3e11128c000d88c24859602d46
treeb7a6d9e6ce3018f2ede0c1d017b88c7955481323
parent5f92939c9040c33ed19893a6b369b3dbbd3c5837
runtime: implement timeSleepUntil for new timers

Updates #27707

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