What is the best course for concurrency

Unfortunately, there is a lot of miss information out there about Modern concurrency and me personally had experience with a book I bought and read, released there is a lot of misinformation in it.

So with that in mind what is the best and most legit sources from the below list:

4 Likes

Personally, I prefer the Swift Evolution proposals, Swift docs, Apple docs over any book, articles, videos, etc.

Edit: The LLVM YouTube channel does have some very insightful videos as well, e.g,

Asynchronous Functions in Swift by John McCall, Arnold Schwaighofer

5 Likes

I would add this to the list, especially to understand all the concepts

4 Likes

I created a small repository that aims to gather all official Swift concurrency resources. I may have missed some, so feel free to submit a PR.

3 Likes
5 Likes

I could tell you my favourite, but I'm very biased.

2 Likes