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.
1 parent bc69909 commit 2d65e1eCopy full SHA for 2d65e1e
ExecutionContext/PThreadExecutionContext.swift
@@ -208,9 +208,9 @@
208
}
209
210
#if !os(Linux)
211
- private let defaultMode:CFString = "kCFRunLoopDefaultMode" as NSString
+ let defaultMode:CFString = "kCFRunLoopDefaultMode" as NSString
212
#else
213
- private let defaultMode:CFString = "kCFRunLoopDefaultMode".bridge().cfString
+ let defaultMode:CFString = "kCFRunLoopDefaultMode".bridge().cfString
214
#endif
215
216
private class SerialContext : ExecutionContextBase, ExecutionContextType {
0 commit comments