Fix numerous concurrency warnings.

This commit is contained in:
Brent Simmons
2024-03-24 12:37:55 -07:00
parent 0f639085d6
commit c01e2d1682
5 changed files with 11 additions and 12 deletions

View File

@@ -10,6 +10,6 @@ import AppKit
public protocol PasteboardWriterOwner {
var pasteboardWriter: NSPasteboardWriting { get }
@MainActor var pasteboardWriter: NSPasteboardWriting { get }
}
#endif