6 comments

[ 2.9 ms ] story [ 29.4 ms ] thread
Cool! is there something similar for async rust ?
So cool! Does it support multiple Go versions?
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.