Practical Swift Concurrency: Making the most out of Concurrency in Swift 5.7 and beyond
English | 2021 | ISBN: n/a | 243 Pages | PDF EPUB (True) | 39 MB
English | 2021 | ISBN: n/a | 243 Pages | PDF EPUB (True) | 39 MB
In the first section of the book we won’t focus on async / await just yet. Instead, we’ll focus on establishing terminology, and an understanding of how asynchronous code works. You will come out of this section with an understanding of what parallelism and concurrency mean. You will also know a bit about why asynchronous code is extremely complex, and you’ll learn how we do asynchronous code without Combine or async / await.