Swift theorytheory 0/50 · 0%
Concurrency · hard

38. MainActor

UI thread safety.

Annotating a class or method with @MainActor ensures it always runs on the main thread.

Check your understanding

  1. 1. Primary use?

  2. 2. Can be applied to a class?