rspec/rules/S3889/resources-dotnet.adoc

11 lines
649 B
Plaintext
Raw Normal View History

2023-06-02 11:37:28 +02:00
== Resources
=== Documentation
* https://msdn.microsoft.com/en-us/library/system.threading.thread.resume.aspx[Thread.Resume Method]
* https://msdn.microsoft.com/en-us/library/system.threading.thread.suspend(v=vs.110).aspx[Thread.Suspend Method]
* https://learn.microsoft.com/en-us/dotnet/api/system.threading.monitor?view=net-7.0[Monitor Class]
* https://learn.microsoft.com/en-us/dotnet/api/system.threading.mutex?view=net-7.0[Mutex Class]
* https://learn.microsoft.com/en-us/dotnet/api/system.threading.semaphore?view=net-7.0[Semaphore Class]
* https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/events/[Events Programming Guide]