@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.
Top-level
@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. 1 comment
|
@toby3d
"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.