-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Use async/await whenever possible.
Contrary to ASP.NET apps, .Net Core doesn't like sync thread blocking operations.
Every File/DB/Net access that doesn't use async/await contributes to ThreadPool starvation.
Metadata
Metadata
Assignees
Labels
No labels