3 comments
@orsinium Well, it is. Although I was wrong only in the question about who controls the goroutine because I didn't really delve into the fine workings of memory. "Concurrency in Go" is a nice book that covers, among other things, how goroutines are scheduled. It was written fir Go 1.5 and some high-level patterns are dated, but still, there is a lot of cool stuff in it. |
@toby3d
Calculated!
Curious how some questions repeat. The author's definition of advanced is apparently goroutines and context.