fix silly typo in worker pool downscaling

This commit is contained in:
Seebs 2021-12-17 22:22:27 -06:00
parent 8f217ab099
commit 9a2a8f964c

View file

@ -162,8 +162,8 @@ func newExecutor(opts ...executorOption) *executor {
// somehow between our test above and now the work
// queue FILLED UP and we stoically accept this
}
idle = 0
}
idle = 0
return
}
next := atomic.LoadUint64(&e.workCounter)