Skip to content

Refactor GetThreads method on VirtualMachine.cs #301

Open
@thaystg

Description

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...

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions