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

IDE Threading improvements #30463

Closed
6 tasks
sharwell opened this issue Oct 11, 2018 · 1 comment
Closed
6 tasks

IDE Threading improvements #30463

sharwell opened this issue Oct 11, 2018 · 1 comment

Comments

@sharwell
Copy link
Member

sharwell commented Oct 11, 2018

  • Use IThreadingContext instead of ThreadHelper

Currently we use both IThreadingContext and ThreadHelper. We should unify code on the former for two reasons:

  1. Consistency
  2. IThreadingContext allows for work tracking, which improves the ability to isolate tests that run asynchronous code

❓ Is there a reason this isn't using IThreadingContext? It seems like we should be using that interface to the extent possible.

Originally posted by @sharwell in #30451

@sharwell sharwell changed the title ❓ Is there a reason this isn't using IThreadingContext? It seems like we should be using that interface to the extent possible. Use IThreadingContext instead of ThreadHelper Oct 11, 2018
@sharwell sharwell added this to the 16.0 milestone Oct 11, 2018
@jinujoseph jinujoseph modified the milestones: 16.0, 16.1 Jan 16, 2019
@jinujoseph jinujoseph modified the milestones: 16.1, Backlog Apr 24, 2019
@CyrusNajmabadi CyrusNajmabadi changed the title Use IThreadingContext instead of ThreadHelper IDE Threading improvements Nov 2, 2022
@CyrusNajmabadi
Copy link
Member

Closing out as speculative.

@CyrusNajmabadi CyrusNajmabadi closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants