Comment on Understanding Real-World Concurrency Bugs in Go [pdf]parentComments−coldtea7yWell, also because it only features a single processor.You could mimic parallel processing effects with multitasking tho.Note however how parent didn't say that Go "can't do" parallelism, but that Go is not "a language designed for parallelism".
Comments
Well, also because it only features a single processor.
You could mimic parallel processing effects with multitasking tho.
Note however how parent didn't say that Go "can't do" parallelism, but that Go is not "a language designed for parallelism".