-
Notifications
You must be signed in to change notification settings - Fork 10
Service information
wotwot edited this page May 27, 2020
·
2 revisions
Why do we use configure await?
For the short answer:
It improves performance by avoiding unnecessary thread static access, but more important it avoids deadlocks.
Long Answer: