-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rebeloper edited this page Jul 12, 2026
·
2 revisions
This tutorial walks through Grand Central Dispatch (GCD) in a carefully structured progression:
- 01 — Why GCD Exists
- 02 — Thread vs Queue
- 03 — Queue
- 04 — Sync vs Async
- 05 — Main Queue and Global Queues
By following this path, you'll go from:
👉 "GCD is a pile of confusing APIs 😵" to 👉 "I understand the mechanics async/await is built on 💡"
This is a companion series to SwiftConcurrencyExplained — read this one first for the low-level foundation, then that one for the modern high-level model.