Change-Id: I418953a766db22b134a9569161f06cf8682c1eef
Reviewed-on: https://go-review.googlesource.com/c/go/+/591336
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
done := make(chan bool)
AfterFunc(60*Second, func() { close(done) })
- // Set up a queing goroutine to ping pong through the scheduler.
+ // Set up a queuing goroutine to ping pong through the scheduler.
inQ := make(chan func())
outQ := make(chan func())