]> Cypherpunks repositories - gostls13.git/commit
runtime: clear js idle timeout before new one and after event handler
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Oct 2019 00:55:38 +0000 (17:55 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 30 Oct 2019 16:37:41 +0000 (16:37 +0000)
commitcf6e6abc68fb1d20475bafaa65d9f96b23ae3773
tree669b9252c9d9d705244eb979694e94c22ea1526e
parentcc4b824e53ef52e1572808c7b7f9b8507516c816
runtime: clear js idle timeout before new one and after event handler

Updates #6239
Updates #27707

Change-Id: I0a62c1374db485dd830bf02e59625997d9247fc3
Reviewed-on: https://go-review.googlesource.com/c/go/+/203890
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/lock_js.go