Skip to content

Conversation

@ktoso
Copy link
Contributor

@ktoso ktoso commented Jun 30, 2023

Description: A few snippets wrongly spelled snippets as try await withThrowingTaskGroup { group in, but we require being explicit about the group type like this: try await withThrowingTaskGroup(of: Void.self) { group in

Risk: Low, change is docs only
Review by: @DougGregor
Testing: CI testing, change is docs only
Original PR: #64933
Radar: rdar://111547369

[docs][Concurrency] Fix typo in method signature in code snippets of groups
@ktoso ktoso requested a review from a team as a code owner June 30, 2023 03:55
@ktoso ktoso requested a review from DougGregor June 30, 2023 03:55
@ktoso
Copy link
Contributor Author

ktoso commented Jun 30, 2023

@swift-ci please test

@ktoso ktoso added concurrency Feature: umbrella label for concurrency language features documentation labels Jun 30, 2023
@ktoso ktoso changed the title [docs][Concurrency] Include required parameter in group docs 🍒[5.9][docs][Concurrency] Include required parameter in group docs Jun 30, 2023
@ktoso ktoso merged commit 1b1022f into swiftlang:release/5.9 Jul 3, 2023
@ktoso ktoso deleted the pick-wip-group-param-docs branch July 3, 2023 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

concurrency Feature: umbrella label for concurrency language features documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants