2/29/2024
•
EN
How the Swift compiler knows that DispatchQueue.main implies @MainActor
Explains how the Swift compiler uses a syntax check to automatically apply @MainActor isolation to closures passed to DispatchQueue.main.async.