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

Change api from ThreadPoolExecutor to ExecutorService #763

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

aprudhomme
Copy link
Contributor

Change usage of ThreadPoolExecutor to use the more generic ExecutorService. This will be helpful for future changes to concurrency strategies, and will also make it easy to experiment with using virtual threads.

@aprudhomme aprudhomme requested a review from sarthakn7 October 9, 2024 21:39
@aprudhomme aprudhomme merged commit c04fd2c into Yelp:main Oct 9, 2024
1 check 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.

2 participants