Our great sponsors
-
vs-threading
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
-
AsyncLock
An async/await-friendly lock for .NET, complete with asynchronous waits, safe reëntrance, and more.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Implementing an Async Mutex
- Is there a way to force an `async` computation / `MailboxProcessor` to use a unique thread?
- What NuGet packages do you automatically add
- How would you fix this sync-over-async code?
- Prevent deadlock while calling async method inside synchronous one (inside environment with synchronization context)