Open philipmat opened 5 years ago
Hey, I could do this atleast for some of the methods that I need. Any guidlines or tips on how it should be done? Or is it just simple Task method?
Task
or Task<T>
where “T” is the return type of the non-async method.
As far as guidelines and tips, I’d start with the Async/Await - Best Practices in Asynchronous Programming and go from there. If you google for “csharp async best practices” there are a few good articles on the very first page. There’s not really that much magic to it and it’s a good opportunity to learn/practice.
Hi, any movement on this? I'd love for these to be async. I wouldn't mind creating a PR myself if noone has started.
All methods should have async versions.