Skip to content

Commit 6f8d4c0

Browse files
edymttal45tair
authored andcommitted
[Concurrency] Add availability to one of the ExecutorJob extensions
Without this, we may fail building Concurrency when enforcing strict availability. Addresses rdar://159473855
1 parent a692d6b commit 6f8d4c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Concurrency/PartialAsyncTask.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ extension ExecutorJob {
454454

455455
// Helper to create a trampoline job to execute a job on a specified
456456
// executor.
457+
@available(StdlibDeploymentTarget 6.2, *)
457458
extension ExecutorJob {
458459

459460
/// Create a trampoline to enqueue the specified job on the specified

0 commit comments

Comments
 (0)