Swift Concurrency: An Introduction

Pete Smith
Zendesk Engineering
9 min readAug 31, 2021

--

The Swift concurrency roadmap was first outlined in a post to the Swift forums in October 2020, with its stated goal being to “make concurrent programming in Swift convenient, efficient, and safe”. In this article, we take a look at why a new concurrency model is being introduced to Swift. We also learn about some of the key new language features which support the new model, and present some points of interest.

--

--