Skip to content
archive

Thread by @pointfreeco

Swift · · 1 min read · x.com ↗

Point-Free @pointfreeco 2026-04-16

Swift’s concurrency system has serious smarts: 6 “awaits” are squashed down to just 3 jobs enqueued when the scheduler sees it can avoid a hop. We can verify by creating a custom executor that logs whenever the actor enqueues a job:

An Xcode window highlighting 6 await but showing only 3 Job enqueued printed to the console.


Point-Free @pointfreeco 2026-04-16

We dive deep into the topic in this week’s video. Watch today:


Abilash S @zeyrie_dev 2026-04-17

I think I should start beige watching the Isolation series. Can’t procrastinate anymore 😭