Skip to content

Commit 81e494c

Browse files
NSNotification.Name is sendable
1 parent 7f62c8c commit 81e494c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Foundation/NSNotification.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99

1010
open class NSNotification: NSObject, NSCopying, NSCoding {
11-
public struct Name : RawRepresentable, Equatable, Hashable {
11+
public struct Name : RawRepresentable, Equatable, Hashable, Sendable {
1212
public private(set) var rawValue: String
1313

1414
public init(_ rawValue: String) {

0 commit comments

Comments
 (0)