rspec/rules/S2925/resources-dotnet.adoc
2023-06-06 14:52:33 +02:00

8 lines
404 B
Plaintext

== Resources
=== Documentation
* https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.sleep[Thread.Sleep method]
* https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task.delay[Task.Delay method]
* https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/[Asynchronous programming with async and await]
* https://github.com/moq/moq4[Moq mocking library]