Skip to content

Introduce Async/Task-based calls for the Operations #21

@baronfel

Description

@baronfel

Description

The current version of the SwaggerProvider only exposes synchronous network calls. It would be excellent if we had Async or Task-based versions as well, for throughput reasons.
I don't know which representation (Async or Task) would be best, especially because the operations from this library are often consumed by C# code.

Repro steps

Expected behavior

Asyncronous versions of the operations would be made available.

Actual behavior

Only synchronous versions of operations are present.

Known workarounds

You can manually manage Tasks/Asyncs of synchronous operations via the old-style BackgroundWorker/IAsyncResult mechanisms if you so wish.

Related information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions