Advanced Swift Concurrency: the secret to getting an intuition
Nothing helps you understand Swift Concurrency more than getting to grips with Task. Once you learn to store a Task as a property, you unlock untold power.
Here’s a function which removes a large cached machine learning model... See more
Swift interview tips: Advanced parallelisation
Sometimes, we need to make a bunch of similar network requests. Swift Concurrency has an app for that: taskGroups allow us to wait for any number of functions, provided they return the same type. https://t.co/uxhqIfdOLr