aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/lock_js.go
AgeCommit message (Expand)Author
2021-04-16runtime: move findrunnable timer delay computation closer to useMichael Pratt
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-05-31runtime: fix race condition between timer and event handlerRichard Musiol
2020-05-07runtime: incorporate Gscan acquire/release into lock ranking orderDan Scales
2020-04-07runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales
2019-11-23syscall/js: handle interleaved functions correctlyRichard Musiol
2019-10-30runtime: clear js idle timeout before new one and after event handlerIan Lance Taylor
2019-10-21runtime: add wasm support for timers on P'sIan Lance Taylor
2019-10-11runtime: make goroutine for wasm async events short-livedRichard Musiol
2019-10-07runtime: do not omit stack trace of goroutine that handles async eventsRichard Musiol
2019-05-09runtime: fix js/wasm lock implementationMichael Anthony Knyszek
2019-01-02runtime: fix notetsleepg deadline on js/wasmRichard Musiol
2018-12-13syscall/js: rename js.Callback to js.FuncRichard Musiol
2018-11-10all: add support for synchronous callbacks to js/wasmRichard Musiol
2018-06-14runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol
2018-05-08runtime: add js/wasm architectureRichard Musiol