logoalt Hacker News

truenotoday at 5:13 PM1 replyview on HN

that is actually sick.

how common is it for go devs to experience leaking goroutines ? id like to think go is a lot less shoot yourself in the foot here since they provide a framework for concurrency/parallelism rather than you working with the tiny pieces of it and building out the architecture yourself, but ive only needed to use goroutines once and it was a pretty problem-free experience.


Replies

usrnmtoday at 8:35 PM

> how common is it for go devs to experience leaking goroutines

About as often as leaking memory in C++