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:

2 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

4 Likes

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

2 Likes