Skip to content

Commit 844130f

Browse files
committed
[Concurrency] Fix isIsolatingCurrentContext.
`isIsolatingCurrentContext` _should_ be in 6.2, not 6.3.
1 parent 34dfbf7 commit 844130f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Concurrency/Executor.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,10 +423,10 @@ extension SerialExecutor {
423423
}
424424
}
425425

426-
@available(StdlibDeploymentTarget 6.3, *)
426+
@available(StdlibDeploymentTarget 6.2, *)
427427
extension SerialExecutor {
428428

429-
@available(StdlibDeploymentTarget 6.3, *)
429+
@available(StdlibDeploymentTarget 6.2, *)
430430
public func isIsolatingCurrentContext() -> Bool? {
431431
return nil
432432
}

0 commit comments

Comments
 (0)