rspec/rules/S2551/resources-dotnet.adoc
2023-06-08 15:36:00 +02:00

10 lines
516 B
Plaintext

== 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://en.wikipedia.org/wiki/Interning_(computer_science)[Interning]
* https://learn.microsoft.com/en-us/dotnet/api/system.string.intern#remarks[String interning by the runtime]
* https://docs.microsoft.com/en-us/dotnet/standard/threading/managed-threading-best-practices[Managed Threading Best Practices]