Swift
The following pages includes all the articles and source code written in Swift.
Swift is a general-purpose programming language that’s approachable for newcomers and powerful for experts.
It is fast, modern, safe, and a joy to write.
Actually it’s the main language to write software in Apple Platforms.
Articles
- Task & Threads in Swift Concurrency
The new Swift Concurrency model added the concept of Task in order to better manage asynchronous code execution. But what’s represent a Task and how it’s related to Threads?