The Go Programming Language
Rate it:
Open Preview
Read between November 14 - December 25, 2021
56%
Flag icon
there is no such thing as a benign data race
56%
Flag icon
A data race occurs whenever two goroutines access the same variable concurrently and at least one of the accesses is a write.