Tagged with Concurrency
- 08. In this article, we'll explore how actors work, how they differ from classes, and how to use them to protect the app's state from race conditions.
Understanding actors in Swift
- 08. Links for November 8, 2024
Links for November 8, 2024
- 04. “SwiftNIO is Apple non-blocking networking library. It can be used to write either client libraries or server frameworks and works on macOS, iOS and Linux.”
SwiftNIO: Understanding Futures and Promises / ProcessOne
- 04. Links for April 4, 2024
Links for April 4, 2024
- 11. Unit testing async/await logic can be done by marking your unit test as asynchronous and using a new XCTest method.
Unit testing async/await Swift code
- 11. Links for October 11, 2023
Links for October 11, 2023
- 30. Links for June 30, 2023
Links for June 30, 2023
- 30. The basics of structured concurrency in Swift explained
The basics of structured concurrency in Swift explained
- 01. Understanding Swift Concurrency’s AsyncStream
Understanding Swift Concurrency’s AsyncStream
- 01. Links for May 1, 2023
Links for May 1, 2023
- 20. Links for December 20, 2022
Links for December 20, 2022
- 20. Where View.task gets its main-actor isolation from
Where View.task gets its main-actor isolation from
- 10. Links for February 10, 2022
Links for February 10, 2022
- 10. Structured Concurrency in Swift 5.5
Structured Concurrency in Swift 5.5
- 01. Links for January 1, 2022
Links for January 1, 2022
- 01. Building async and concurrent versions of forEach and map
Building async and concurrent versions of forEach and map
- 11. Links for July 11, 2021
Links for July 11, 2021
- 11. What is structured concurrency?
What is structured concurrency? – Ole Begemann