Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sebazzz
on Sept 25, 2021
|
parent
|
context
|
favorite
| on:
Asynchronous Programming in C#
> Regardless, ConfigureAwait(false) does absolutely nothing here because this Task is not being awaited.
It does help if there is a SynchronisationContext active, like in legacy ASP.NET
rawling
on Sept 25, 2021
[–]
No, really. ConfigureAwait configures the await. If you don't await - if you block by calling .Result - it does nothing
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It does help if there is a SynchronisationContext active, like in legacy ASP.NET