microsoft/vs-threading
C#
Captured source
source ↗microsoft/vs-threading
Description: The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
Language: C#
License: NOASSERTION
Stars: 1036
Forks: 158
Open issues: 107
Created: 2016-10-05T14:27:26Z
Pushed: 2026-06-10T16:49:29Z
Default branch: main
Fork: no
Archived: no
README:
vs-threading
 
Microsoft.VisualStudio.Threading
Async synchronization primitives, async collections, TPL and dataflow extensions. The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This package is applicable to any .NET application (not just Visual Studio).
See the full list of features.
Microsoft.VisualStudio.Threading.Analyzers
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.