Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix data race in executor with enabling the limit mode (#474)
The root cause is we write the limitModeFuncsRunning(a wait group) in the new goroutine, so the Go data race detector will think them have the data race due to reading and writing in different routines.
- Loading branch information