About reading order for Concurrency books in Kodeco

Hi, a quick question here,

I noticed that there’re three books about concurrency in Kodeco

  • Concurrency by Tutorials
  • Combine: Asynchronous Programming With Swift
  • Modern Concurrency in Swift

What order should I read these three books? Is there any recommedations? Thank you!

I have all of them, but didn’t read them all. I’d start by the oldest concurrency book, then the modern one and Combine be the last one. Why? Chronological reading will help you grasp the basics in my opinion.

1 Like