Reading List

Problematic Swift Concurrency Patterns from Michael Tsai RSS feed.

Problematic Swift Concurrency Patterns

Matt Massicotte: I think the vast majority of the time, a global actor should be applied to the type as a whole, not to individual properties.[…]But, while detached does prevent isolation inheritance, it also does other stuff too. Detached tasks do not inherit priority or task-local values. Instead, think about a nonisolated function.[…]I think MainActor.run […]