Login
From:
Alex Pliutau Blog
(Uncensored)
subscribe
Concurrency. Data race
https://pliutau.com/concurrency-data-race/
links
backlinks
Roast topics
Find topics
Find it!
What does data race mean in Golang? Data race is a common mistake in concurrent systems. A data race occurs when two goroutines access the same variable concurrently and at least one of the accesses is a write.