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 7e08219 commit f59bd35Copy full SHA for f59bd35
ExecutionContext/ExecutionContext.swift
@@ -200,7 +200,7 @@ public extension ExecutionContextProtocol {
200
if Thread.isMain {
201
return ExecutionContext.main
202
}
203
- if currentContext.value == nil {
+ if nil == currentContext.value {
204
//TODO: think
205
// currentContext.value = RunLoopExecutionContext(inner: <#T##ExecutionContextType#>)
206
0 commit comments