RestCode / WebApiProxy

MIT License
199 stars 91 forks source link

Apply async best practices in libraries #128

Open cedricboon opened 5 years ago

cedricboon commented 5 years ago

Added the possibility to pass a cancellation token in the async calls + call the HttpClient methods with the .ConfigureAwait(false) option.