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

Allow custom ExecutorService to be supplied to the Loader #1576

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

colinkho
Copy link
Contributor

No description provided.

@icbaker
Copy link
Collaborator

icbaker commented Jul 31, 2024

I'm going to send this for internal review now. You may see some more commits being added as I make changes in response to review feedback. Please refrain from pushing any more substantive changes as it will complicate the internal review - thanks!

@icbaker
Copy link
Collaborator

icbaker commented Jul 31, 2024

Internal review has suggested taking Executor instead of ExecutorService, and therefore avoiding shutting down an externally-provided ExecutorService. I've made this change.

This also avoids shutting down the externally-provided ExecutorService,
which we shouldn't do (since we don't really own it, and didn't create
it).
@copybara-service copybara-service bot merged commit 40de898 into androidx:main Jul 31, 2024
1 check passed
@androidx androidx locked and limited conversation to collaborators Sep 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants