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

Refactor GetThreads method on VirtualMachine.cs #301

Open
thaystg opened this issue Mar 5, 2020 · 0 comments
Open

Refactor GetThreads method on VirtualMachine.cs #301

thaystg opened this issue Mar 5, 2020 · 0 comments

Comments

@thaystg
Copy link
Contributor

thaystg commented Mar 5, 2020

Following this fix #300

We should start trying to async-ify more of debugger-libs.

@DavidKarlas : Most correct way to fix this issue was to change return type to Task<IList> which would allow us to create TaskCompletionSource and following calls would get same Task as 1st call...
Ofc this means whole callstack will need to be asynced...

mauroa pushed a commit to mauroa/debugger-libs that referenced this issue Sep 21, 2023
* Bump xamarin/debugger-libs@6e097ce

* Adding explicit references to CodeAnalysis packages

Co-authored-by: Luke Westendorf <[email protected]>
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

No branches or pull requests

1 participant