Continue adopting @MainActor.

This commit is contained in:
Brent Simmons
2023-04-01 22:08:31 -07:00
parent d5f9f00aab
commit c9a6405927
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import Foundation
import Account
import RSCore
struct OPMLExporter {
@MainActor struct OPMLExporter {
static func OPMLString(with account: Account, title: String) -> String {

View File

@@ -10,7 +10,7 @@ import Foundation
import RSWeb
import RSCore
struct CacheCleaner: Logging {
@MainActor struct CacheCleaner: Logging {
static func purgeIfNecessary() {