Skip to content

Commit 8df6fbf

Browse files
authored
Merge pull request #4875 from jumhyn-browser/nsnotification-name-sendable
NSNotification.Name is sendable
2 parents eafffe1 + 81e494c commit 8df6fbf

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)