We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7539e6b + cde2eef commit fc8655eCopy full SHA for fc8655e
Foundation/NSThread.swift
@@ -144,7 +144,7 @@ open class Thread : NSObject {
144
internal var _status = _NSThreadStatus.initialized
145
internal var _cancelled = false
146
/// - Note: this differs from the Darwin implementation in that the keys must be Strings
147
- open var threadDictionary = [String : AnyObject]()
+ open var threadDictionary = [String : Any]()
148
149
internal init(thread: pthread_t) {
150
// Note: even on Darwin this is a non-optional pthread_t; this is only used for valid threads, which are never null pointers.
0 commit comments