Skip to content
archive

swift-concurrency-under-the-hood

wiki · · 1 min read

Swift Concurrency Under the Hood

Definition

When you await something in Swift concurrency, you're not spawning a thread. You're yielding execution back to Swift's cooperative thread pool. This pool has a fixed number of threads:

Sources

  • raw/Swift/2026-05-12-swift-concurrency-under-the-hood.md