From 0660b4916ed8783a74f8a067667cc137bf0bcc20 Mon Sep 17 00:00:00 2001 From: Damien Petrilli Date: Fri, 5 Apr 2024 16:13:44 +0200 Subject: [PATCH] Update _posts/2023-11-14-swift-concurrency-in-a-nutshell.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR feedback Co-authored-by: Sébastien Drode --- _posts/2023-11-14-swift-concurrency-in-a-nutshell.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2023-11-14-swift-concurrency-in-a-nutshell.md b/_posts/2023-11-14-swift-concurrency-in-a-nutshell.md index 7f8a93bdf..96f69750a 100644 --- a/_posts/2023-11-14-swift-concurrency-in-a-nutshell.md +++ b/_posts/2023-11-14-swift-concurrency-in-a-nutshell.md @@ -539,3 +539,4 @@ As we have seen, Swift Concurrency is a huge step forward in terms of safety and - [Global Actors](https://github.com/apple/swift-evolution/blob/main/proposals/0316-global-actors.md) - [Concurrency is not Parallelism](https://youtu.be/oV9rvDllKEg?si=kwXQULVlNNT3K6LS) - [How to determine where code runs in Swift Concurrency](https://www.youtube.com/watch?v=8T4XuCM0abI) +- [Your Brain 🧠 on Swift Concurrency - iOS Conf SG 2023](https://www.youtube.com/watch?v=zgCtube1DSg)