Skip to content

Commit 1879229

Browse files
NSNotification.Name is sendable
1 parent dc54902 commit 1879229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Foundation/NSNotification.swift

+1-1
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)