== Resources === Documentation * https://en.wikipedia.org/wiki/Thread_(computing)[Thread] * https://en.wikipedia.org/wiki/Lock_(computer_science)[Locking] * https://en.wikipedia.org/wiki/Deadlock[Deadlock] * https://docs.microsoft.com/en-us/dotnet/standard/threading/managed-threading-best-practices[Managed Threading Best Practices] * https://learn.microsoft.com/en-us/dotnet/framework/app-domains/application-domains[Application domains] === Articles & blog posts * https://stackoverflow.com/questions/1162587/what-is-starvation[What is (thread) starvation?] * https://en.wikipedia.org/wiki/Readers%E2%80%93writers_problem[Readers-writers problem] * https://en.wikipedia.org/wiki/Dining_philosophers_problem[Dining philosophers problem]