All tags
Content tagged with "concurrency" (2)
All content across blogs, linklog, and books with this tag.
Links
- by Rob Pike
Concurrency is how you organize the work, parallelism is whether you have enough workers to do it simultaneously, and most people mix the two up.
- by Bob Nystrom
Once you make one function async, every function that calls it has to be async too, and that's not a bug, it's a language design problem nobody solved cleanly.