Community curated · Swift concurrency

Aswift Swift Concurrency

What is Swift Concurrency

Swift has built-in support for writing asynchronous and parallel code in a structured way.

WWDC

#

Bring Core Data concurrency to Swift and SwiftUI - WWDC21 - Videos - Apple Developer

Discover how Core Data is adopting the new concurrency capabilities of Swift 5.5, leading to more concise, efficient, and safe...

developer.apple.com

Proposals

#

Articles

#

vonage


Video

Structured Concurrency (Part 1)

We start implementing a download manager as a sample project for exploring Swift's new concurrency model.

talk.objc.io

Getting Started with Swift Concurrency (Async Await, Actors, Continuations, Tasks)

In this video, we're going to explore Swift Concurrency and some of the new capabilities we get in Swift. In this Swift Concurrency tutorial, we'll be lookin...

www.youtube.com

Actors & Structured Concurrency, Live! 🎙 with Donny Wals

Live streams are back, with the awesome guest Donny Wals 🎙Now that Actors and Structured Concurrency have been officially announced at WWDC, it's more than ...

www.youtube.com

Swift 5.5. Async/Await - SwiftBook

Всем привет! В этом видео мы поговорим о новой концепции языка Swift 5.5 - async/await, которая позволяет работать с асинхронным кодом без блоков замыкания, позволяя писать более простой и чистый код. Поехали!  Конечный проект

swiftbook.ru

💰 Async/Await and Actors - Concurrency in Swift

💰

Episode #154: Async Refreshable: Composable Architecture

The Composable Architecture does not yet support any of the fancy new concurrency features from WWDC this year, so is it possible to interact with async/await APIs like `.refreshable`? Not only is it possible, but it can be done without any changes to the core library.

www.pointfree.co

Swift Actor 實作探索 | COSCUP x RubyConfTW 2021

Swift 最近新增了最潮的 actor 與 async/await。讓我們一起從編譯器的角度來探索 Swift actor 的獨到之處,像是資料獨立性,型別安全等。來看看 Swift 如何讓 actor model 更加安全與方便使用。難度: 中等預期聽眾:對編譯器並行運算實作有興趣者,對 Swift Acto...

www.youtube.com

Book

#