johnpatrickmorgan / FlowStacks

FlowStacks allows you to hoist SwiftUI navigation and presentation state into a Coordinator
MIT License
832 stars 65 forks source link

More @MainActor #35

Closed ConfusedVorlon closed 2 years ago

ConfusedVorlon commented 2 years ago

latest version of Swift guarantees that async calls jump off @MainActor unless the async fn is explicitly marked. (Previously - they mostly stayed on @MainActor)

I sprinkled @MainActor liberally where I was seeing erors, but didn't really dig in to check everything...

ConfusedVorlon commented 2 years ago

https://twitter.com/dgregor79/status/1530306511238336513