Explore >> Select a destination


You are here

trycombine.com
| | www.avanderlee.com
4.2 parsecs away

Travel
| | Unit testing async/await logic can be done by marking your unit test as asynchronous and using a new XCTest method.
| | www.massicotte.org
2.4 parsecs away

Travel
| | Swift 5.9 introduced a feature, via SE-0392, called custom actor executors. This was a low-level concurrency feature that made it possible to control the context an actor uses for execution. You don't need to understand the how or even the why here. All that's important is to know that without that change, some pre-existing systems could not easily integrate into Swift's concurrency model.
| | swiftwithmajid.com
2.9 parsecs away

Travel
| | Apple released Swift 5.5 almost three years ago. The main addition to the release was the Swift Concurrency feature. It introduced async and await keywords, allowing us to build concurrent apps in a new way. This week, we will learn how Swift determines where to run your function in a concurrent environment.
| | swiftrocks.com
78.3 parsecs away

Travel
| I've been playing with intelligent code generation for a couple of years now, and I'd like to show you how to achieve this with SourceKit.