Skip to content

🌸[6.0][Concurrency] Add missing runSynchronously to ExecutorJob #72900

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 1 commit into from
Apr 8, 2024

Conversation

ktoso
Copy link
Contributor

@ktoso ktoso commented Apr 8, 2024

Resolves rdar://126044533

Description: runSynchronously was accepted in TaskExecutors proposal and was present on UnownedJob but we should have parity with this on the non copyable type as well. This was an accidental omission.

Risk: Low, only adds methods which are reachable through workarounds (via UnownedJob).
Review by: @hborla
Testing: Ci testing
Original PR: #72899
Radar: rdar://126044533

It was present on UnownedJob but we should have parity with this on the
non copyable type as well.

Resolves rdar://126044533
@ktoso ktoso requested a review from a team as a code owner April 8, 2024 00:42
@ktoso
Copy link
Contributor Author

ktoso commented Apr 8, 2024

@swift-ci please test

@ktoso ktoso requested a review from hborla April 8, 2024 13:45
@ktoso ktoso merged commit c329718 into swiftlang:release/6.0 Apr 8, 2024
@ktoso ktoso deleted the pick-addMissingRunSync branch April 16, 2024 08:33
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.

2 participants