Closed Meerownymous closed 4 years ago
IWire is a synced object so users of this library cannot take advantage of async/await.
IWire is an async object which returns an awaitable task.
Wire is changed.
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