Concurrency, parallelism, and async design

10/12/2019 54 min

Listen "Concurrency, parallelism, and async design"

Episode Synopsis

Go was designed with concurrency in mind. That's why we have language primitives like goroutines, channels, wait groups, and mutexes. They're very powerful when used correctly, but they can be very complicated if used unwisely.

Roberto Clapis joins the team once again to drop async wisdom in your ears. Don't worry, we do it in serial. 😉