# vs-threading **Repository Path**: xiaofeng21/vs-threading ## Basic Information - **Project Name**: vs-threading - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: brownout_insertion_fix_test - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-22 - **Last Updated**: 2024-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Microsoft.VisualStudio.Threading ================================= [![NuGet package](https://img.shields.io/nuget/v/Microsoft.VisualStudio.Threading.svg)](https://nuget.org/packages/Microsoft.VisualStudio.Threading) [![Build Status](https://dev.azure.com/azure-public/vside/_apis/build/status/vs-threading)](https://dev.azure.com/azure-public/vside/_build/latest?definitionId=12) [![Join the chat at https://gitter.im/vs-threading/Lobby](https://badges.gitter.im/vs-threading/Lobby.svg)](https://gitter.im/vs-threading/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Analyzers: [![NuGet package](https://img.shields.io/nuget/v/Microsoft.VisualStudio.Threading.Analyzers.svg)](https://nuget.org/packages/Microsoft.VisualStudio.Threading.Analyzers) ## Features * Async versions of many threading synchronization primitives * `AsyncAutoResetEvent` * `AsyncBarrier` * `AsyncCountdownEvent` * `AsyncManualResetEvent` * `AsyncReaderWriterLock` * `AsyncSemaphore` * `ReentrantSemaphore` * Async versions of very common types * `AsyncEventHandler` * `AsyncLazy` * `AsyncLazyInitializer` * `AsyncLocal` * `AsyncQueue` * Await extension methods * Await on a `TaskScheduler` to switch to it. Switch to a background thread with `await TaskScheduler.Default;` * Await on a `Task` with a timeout * Await on a `Task` with cancellation * `JoinableTaskFactory` that allows you to schedule asynchronous or synchronous work that does not deadlock with the UI thread even when the UI thread needs to synchronously block on the result. ## Documentation * [Overview documentation](doc/index.md) * [Diagnostic analyzer rules](doc/analyzers/index.md) ## Supported platforms * .NET 4.5 * .NET 4.6 * .NET Standard 1.3 * .NET Standard 2.0 [1]: https://nuget.org/packages/Microsoft.VisualStudio.Threading "Microsoft.VisualStudio.Threading NuGet package"