←back to thread

159 points mpweiher | 1 comments | | HN request time: 0.377s | source
Show context
regularfry ◴[] No.43672109[source]
This was 2016. Is it all still true? I know things will be backwards compatible, but I haven't kept track of what else has made it into the toolbox since then.
replies(5): >>43672204 #>>43672264 #>>43672270 #>>43672320 #>>43672419 #
1. athoscouto ◴[] No.43672270[source]
Yes. See update 2 FTA for a 2019 study on go concurrency bugs. Most go devs that I know consider using higher level synchronization mechanisms the right way to go (pun intended). sync.WaitGroup and errgroup are two common used options.