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 569ca00 + 79f746e commit 6e8287cCopy full SHA for 6e8287c
stdlib/public/Concurrency/PartialAsyncTask.swift
@@ -929,6 +929,7 @@ public func _abiEnableAwaitContinuation() {
929
fatalError("never use this function")
930
}
931
932
+#if !SWIFT_STDLIB_TASK_TO_THREAD_MODEL_CONCURRENCY
933
@available(StdlibDeploymentTarget 6.2, *)
934
@_silgen_name("_swift_createJobForTestingOnly")
935
public func _swift_createJobForTestingOnly(
@@ -942,3 +943,4 @@ public func _swift_createJobForTestingOnly(
942
943
job.priority = JobPriority(priority)
944
return job
945
946
+#endif
0 commit comments