Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
mhadi.attarieh
Posts
Comments
C
C#
•
Created by mhadi.attarieh on 2/17/2024 in
#help
VS threading
Deadlock would happen when UI thread is waiting for background thread that is blocked by waiting on task that needs UI thread access
5 replies
C
C#
•
Created by mhadi.attarieh on 2/17/2024 in
#help
VS threading
https://devblogs.microsoft.com/premier-developer/asynchronous-and-multithreaded-programming-within-vs-using-the-joinabletaskfactory/
5 replies
C
C#
•
Created by mhadi.attarieh on 2/17/2024 in
#help
VS threading
The full explanation is in the following links
https://github.com/microsoft/vs-threading/blob/main/doc/threading_rules.md
5 replies