ConvertAPI / convertapi-library-dotnet

A .NET library for the ConvertAPI
https://www.convertapi.com
Other
22 stars 8 forks source link

Support Async conversion #28

Closed nguyenquyhy closed 2 years ago

nguyenquyhy commented 3 years ago

From what I can read in the code, Async parameter seems to be ignored. Is that correct that the library doesn't support async conversion at the moment?

tomasr78 commented 3 years ago

The library supports Async methods, you can await them without blocking execution.

nguyenquyhy commented 3 years ago

No I am talking about Async parameter of ConvertAPI, which is a completely different thing from C# async/await concept for non-blocking calls.