If there's an ambient SynchronizationContext async/await will capture it and resume work there - which is basically UI thread if you're not somewhere else or you didn't called Task.ConfigureAwait(false);.
↧
If there's an ambient SynchronizationContext async/await will capture it and resume work there - which is basically UI thread if you're not somewhere else or you didn't called Task.ConfigureAwait(false);.