Skip to content

Remove more blocking_sync calls #491

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
May 6, 2025

Conversation

jakepetroules
Copy link
Collaborator

This just removes a bunch of calls that can trivially become async.

This just removes a bunch of calls that can trivially become async.
@jakepetroules
Copy link
Collaborator Author

@swift-ci test

@jakepetroules jakepetroules merged commit 524037f into main May 6, 2025
23 of 24 checks passed
@jakepetroules jakepetroules deleted the eng/PR-more-blocking-sync-elimination branch May 6, 2025 17:28
@mirza-garibovic
Copy link
Contributor

Nice! But I have to nit that sync is a funny name for this.

@jakepetroules
Copy link
Collaborator Author

The idea was that you type the "bad" thing (sync) and you automatically get the "good" thing 🤷. I have no strong feelings about the name though.

All these bridging utilities were intended to be temporary until we can entirely eliminate Dispatch usage in favor of Swift concurrency primitives.

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