/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

trycombine.com
| | 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.
| | saagarjha.com
2.0 parsecs away

Travel
| | Saagar Jha's website.
| | corrode.dev
60.9 parsecs away

Travel
| Recently, I found myself returning to a compelling series of blog posts titled Zero-cost futures in Rust by Aaron Turon about what would become the foundation of Rust's async ecosyste...