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

move specific background tasks into submodule #5930

Merged
merged 5 commits into from
Jun 26, 2024
Merged

Conversation

davepacheco
Copy link
Collaborator

@davepacheco davepacheco commented Jun 21, 2024

The generic background task subsystem has grown enough (and will grow more soon) that it seems worth separating out the generic bits from the specific background tasks. I've also reorganized some of the generic bits in a way at least I find a lot clearer. I found it hard to keep track of what was in "init" vs "common" since both are part of the "common" set and also used in initialization.

@davepacheco davepacheco requested a review from hawkw June 21, 2024 22:27
@david-crespo
Copy link
Contributor

I figured you meant a crate, but “submodule” struck fear into my heart.

@davepacheco davepacheco marked this pull request as ready for review June 24, 2024 18:29
Copy link
Member

@hawkw hawkw left a comment

Choose a reason for hiding this comment

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

looks good to me, no complains!

@davepacheco
Copy link
Collaborator Author

Noting for myself: I think this is ready to go, but I want to merge it manually once checks finish because this seems like a candidate for git to automatically create a semantic mismerge.

@davepacheco davepacheco merged commit 49f6e01 into main Jun 26, 2024
19 checks passed
@davepacheco davepacheco deleted the dap/bgtask-init branch June 26, 2024 04:11
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