Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
130616: rac2: make reads of RangeController state shared r=kvoli,sumeerbhola a=pav-kv There can be many parallel `WaitForEval` readers trying to access the `RangeController`. Make the mutex an `RWMutex`, and lock it only for read in `WaitForEval`. Epic: none Release note: none Co-authored-by: Pavel Kalinnikov <[email protected]>
- Loading branch information