Task-based concurrency in Swift — Swift by Sundell
www.swiftbysundell.comJust like sequential code, concurrent code can come in many different shapes and forms. Depending on what we’re trying to achieve, the abstraction that’ll prove to be the best fit might very quite a lot from use case to use case. One such abstraction is Tasks, and this article takes a look at some scenarios in which they can become really useful.
Read more...