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

Use AsyncBatchingWorkQueue in BackgroundDocumentGenerator #10194

Merged

Conversation

DustinCampbell
Copy link
Member

BackgroundDocumentGenerator uses a Timer and a Dictionary to process work in batches. This change replaces that with AsyncBatchingWorkQueue to greatly simplify the implementation.

@DustinCampbell DustinCampbell requested a review from a team as a code owner April 1, 2024 19:38
@DustinCampbell DustinCampbell merged commit d9818b1 into dotnet:main Apr 2, 2024
12 checks passed
@DustinCampbell DustinCampbell deleted the use-asyncbatchingworkqueue branch April 2, 2024 15:26
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Apr 2, 2024
@Cosifne Cosifne modified the milestones: Next, 17.11 P2 May 28, 2024
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