Email or username:

Password:

Forgot your password?
3 comments
gram

@toby3d

Calculated!

Curious how some questions repeat. The author's definition of advanced is apparently goroutines and context.

Maxim Lebedev

@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.

gram

@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.

Go Up