Y
Hacker News
new
|
ask
|
show
|
jobs
by
SkiFire13
626 days ago
This is a data race between the write to `results[idx]` in the `slowSquare` goroutine and the read of `results` in the `prettyPrinter` goroutine.