You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restrict @Loadableand @Process to @MainActor
They are only ever going to be used from SwiftUI Views, so this makes the code a lot more convenient. Also, it's easy to await a Task.detached if needed