Skip to content

[Index] Use a single global serial queue for registration of units #17

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

Merged
merged 1 commit into from
Apr 17, 2019
Merged

[Index] Use a single global serial queue for registration of units #17

merged 1 commit into from
Apr 17, 2019

Conversation

akyrtzi
Copy link
Contributor

@akyrtzi akyrtzi commented Apr 15, 2019

This is useful to avoid doing a lot of parallel CPU and I/O work when opening multiple workspaces.
It also allows the unit processing to stop when the workspace closes, instead of continuing until all units have been processed.

rdar://36996503

@akyrtzi akyrtzi requested a review from benlangmuir as a code owner April 15, 2019 18:47
@akyrtzi
Copy link
Contributor Author

akyrtzi commented Apr 15, 2019

@swift-ci Please test

This is useful to avoid doing a lot of parallel CPU and I/O work when opening multiple workspaces.
It also allows the unit processing to stop when the workspace closes, instead of continuing until all units have been processed.

rdar://36996503
@akyrtzi akyrtzi merged commit 094eeca into swiftlang:master Apr 17, 2019
@akyrtzi akyrtzi deleted the global-queue-for-unit-register branch April 17, 2019 19:05
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