icarus-consulting / Yaapii.Http

C# Library for Http Request
MIT License
7 stars 0 forks source link

Enable async request processing #68

Closed Meerownymous closed 4 years ago

Meerownymous commented 4 years ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x")

What is the current behavior? (You can also link to an open issue here)

IWire is a synced object so users of this library cannot take advantage of async/await.

What is the new behavior?

IWire is an async object which returns an awaitable task.

Does this PR introduce a breaking change? (check one with "x")

If this PR contains a breaking change, please describe the impact and migration path for existing applications

Wire is changed.

Other information