Swift concurrency laat je asynchrone code schrijven die leest als synchrone code met async/await, terwijl de compiler data-race-veiligheid afdwingt. Task start concurrent werk, actors beschermen muteerbare state, en @MainActor garandeert dat UI-code op de main thread draait.
