Earlier quoted context omitted.
Aren't goroutines by their nature asynchronous? Am I misunderstanding what you mean by 'async'?
Asynchronous is a programming style; it does NOT apply to Go. The goroutines run in parallel. Also, don't use complicated words when simple words will do.
Asynchronous is a programming style; it does NOT apply to Go.
Ok, good to know. I guess I jammed threading and async into the same slot in my brain. Also, don't use complicated words when simple words will do.
I'm not sure what you mean by this in relation to my above comment.