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 c9d86ee commit c574550Copy full SHA for c574550
stdlib/public/Concurrency/Task.swift
@@ -1024,6 +1024,7 @@ extension Task where Failure == Error {
1024
1025
#if _runtime(_ObjC)
1026
1027
+#if !SWIFT_STDLIB_TASK_TO_THREAD_MODEL_CONCURRENCY
1028
/// Intrinsic used by SILGen to launch a task for bridging a Swift async method
1029
/// which was called through its ObjC-exported completion-handler-based API.
1030
@available(SwiftStdlib 5.1, *)
@@ -1039,5 +1040,6 @@ internal func _runTaskForBridgedAsyncMethod(@_inheritActorContext _ body: __owne
1039
1040
}
1041
#endif
1042
1043
+#endif
1044
1045
0 commit comments