WWDC 2021: Understand Swift Actors | raywenderlich.com

Swift Actors is a new a language feature presented in WWDC that allows you to write concurrent code without having to deal with the issue of locks or serial queues. This video will give you a walkthrough of this new concurrent feature and how actors works.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/25359873-wwdc-2021-understand-swift-actors
1 Like