File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ import Swift
62
62
/// - the group will await any not yet complete tasks,
63
63
/// - once the `withTaskGroup` returns the group is guaranteed to be empty.
64
64
@available ( SwiftStdlib 5 . 5 , * )
65
+ @_silgen_name ( " _$ss13withTaskGroup2of9returning4bodyq_xm_q_mq_ScGyxGzYaXEtYar0_lF " )
65
66
@inlinable
66
67
public func withTaskGroup< ChildTaskResult, GroupResult> (
67
68
of childTaskResultType: ChildTaskResult . Type ,
@@ -141,6 +142,7 @@ public func withTaskGroup<ChildTaskResult, GroupResult>(
141
142
/// - if the body throws:
142
143
/// - all tasks remaining in the group will be automatically cancelled.
143
144
@available ( SwiftStdlib 5 . 5 , * )
145
+ @_silgen_name ( " _$ss21withThrowingTaskGroup2of9returning4bodyq_xm_q_mq_Scgyxs5Error_pGzYaKXEtYaKr0_lF " )
144
146
@inlinable
145
147
public func withThrowingTaskGroup< ChildTaskResult, GroupResult> (
146
148
of childTaskResultType: ChildTaskResult . Type ,
You can’t perform that action at this time.
0 commit comments