]> Cypherpunks repositories - gostls13.git/commit
runtime: add new cleantimers function
authorIan Lance Taylor <iant@golang.org>
Thu, 11 Apr 2019 04:38:16 +0000 (21:38 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 22 Oct 2019 21:04:09 +0000 (21:04 +0000)
commit466547014769bbdf7d5a62ca1019bf52d809dfcd
treee632d0a9c8216dea3856607b3f0371fe2e1fe130
parentdaeb5efb20a561ffc865f94163e836b68eee4193
runtime: add new cleantimers function

Also add a skeleton of the runOneTimer function.

Updates #27707

Change-Id: Ic6a0279354a57295f823093704b7e152ce5d769d
Reviewed-on: https://go-review.googlesource.com/c/go/+/171835
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