No need for ConfigureAwait(false) when SynchronizationContext is null
Task.Run don't have sync context anyway, so will resume in threadpool thread. http://stackoverflow.com/questions/36654472/why-configureawaitfalse-does-not-work-while-task-run-works
Showing
Please
register
or
sign in
to comment