Skip to content

[stdlib] SE-0472: Rename Task and*TaskGroup APIs to match the pro… #81428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 12, 2025

Conversation

xedin
Copy link
Contributor

@xedin xedin commented May 10, 2025

…posal

Task.startSynchronously -> Task.immediate
*TaskGroup.startTaskSynchronously{UnlessCancelled} -> *TaskGroup.addImmediateTask{UnlessCancelled}

Copy link
Contributor

@ktoso ktoso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm, we can do the rename asap I guess. Next we need to land these changes #80984 but I think we decided this can come later and is less urgent

thank you!

@xedin
Copy link
Contributor Author

xedin commented May 10, 2025

@swift-ci please test

xedin added 2 commits May 9, 2025 23:59
…posal

`Task.startSynchronously` -> `Task.immediate`
`*TaskGroup.startTaskSynchronously{UnlessCancelled}` -> `*TaskGroup.addImmediateTask{UnlessCancelled}`
@xedin xedin force-pushed the rename-some-task-apis branch from ac2379b to 99d810a Compare May 10, 2025 07:11
@xedin
Copy link
Contributor Author

xedin commented May 10, 2025

@swift-ci please test

@xedin
Copy link
Contributor Author

xedin commented May 12, 2025

@swift-ci please smoke test macOS platform

@xedin xedin merged commit 3854e61 into swiftlang:main May 12, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants