Mark many things as MainActor and deal with the fallout.

This commit is contained in:
Brent Simmons
2024-03-25 21:10:37 -07:00
parent 87db1e3d5f
commit 27d27cbf1a
34 changed files with 693 additions and 625 deletions

View File

@@ -9,7 +9,7 @@
import Foundation
import Account
struct AddFeedDefaultContainer {
@MainActor struct AddFeedDefaultContainer {
@MainActor static var defaultContainer: Container? {