Skip to content

Don't lock for dataflow updates #8618

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
Oct 18, 2022

Conversation

drewnoakes
Copy link
Member

@drewnoakes drewnoakes commented Oct 18, 2022

Split out of #8550 to simplify review.

The action block serialises updates, so they won't overlap. There's no race condition with the dispose method either, as the dispose logic just tears down the dataflow links.

Microsoft Reviewers: Open in CodeFlow

The action block serialises updates, so they won't overlap. There's no race condition with the dispose method either, as the dispose logic just tears down the dataflow links.
@drewnoakes drewnoakes added the Feature-Language-Service Populating the Roslyn workspace with references, source files, analyzers, etc label Oct 18, 2022
@drewnoakes drewnoakes added this to the 17.5 milestone Oct 18, 2022
@drewnoakes drewnoakes requested a review from a team as a code owner October 18, 2022 03:40
@drewnoakes drewnoakes merged commit 050a46f into dotnet:main Oct 18, 2022
@drewnoakes drewnoakes deleted the lang-svc-no-locking-in-host branch October 18, 2022 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature-Language-Service Populating the Roslyn workspace with references, source files, analyzers, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants