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 8897ba3 commit 0c65fe8Copy full SHA for 0c65fe8
stdlib/public/Concurrency/TaskGroup.swift
@@ -64,7 +64,7 @@ import Swift
64
/// For tasks that need to handle cancellation by throwing an error,
65
/// use the `withThrowingTaskGroup(of:returning:body:)` method instead.
66
@available(SwiftStdlib 5.1, *)
67
-@backDeployed(before: SwiftStdlib 6.0, *)
+@backDeployed(before: SwiftStdlib 6.0)
68
@inlinable
69
public func withTaskGroup<ChildTaskResult, GroupResult>(
70
of childTaskResultType: ChildTaskResult.Type,
0 commit comments