Skip to content
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

Refactor some concurrency utilities to be sync_compatible #15273

Merged
merged 4 commits into from
Sep 9, 2024

Conversation

cicdw
Copy link
Member

@cicdw cicdw commented Sep 7, 2024

We have an internal.concurrency.api module that I suspect is ultimately not needed anymore given our sync/async plans and current design.

I noticed we were relying on it while perusing the concurrency code, so this PR refactors that code to use sync_compatible instead - this is a pure refactor, no behavior changes or anything are expected.

@cicdw cicdw added the development Tech debt, refactors, CI, tests, and other related work. label Sep 7, 2024
Copy link

codspeed-hq bot commented Sep 7, 2024

CodSpeed Performance Report

Merging #15273 will not alter performance

Comparing tidying-up-on-a-saturday (87ab1e2) with main (9e9a42d)

Summary

✅ 3 untouched benchmarks

Copy link
Member

@desertaxle desertaxle left a comment

Choose a reason for hiding this comment

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

🧹

@cicdw cicdw merged commit 978df16 into main Sep 9, 2024
35 checks passed
@cicdw cicdw deleted the tidying-up-on-a-saturday branch September 9, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Tech debt, refactors, CI, tests, and other related work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants