Data races and the memory model in Go
Phuong Le
Data races and the memory model in Go
We write a value in one goroutine and read it in another. Nothing crashes, and the value is there. It looks like our code works. We actually got lucky. Go does …
0 comments
No comments yet.