System.Threading
Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code. Commonly Used Types: System.Threading.Monitor System.Threading.SynchronizationContext System.Threading.ManualResetEvent System.Threading.AutoResetEvent System.Threading.ThreadLocal<T> System.Threading.EventWaitHandle System.Threading.SemaphoreSlim System.Threading.Mutex When using NuGet 3.x this package requires at least version 3.4.
Total Downloads
3.8B
3,795,603,246
Published
Nov 15, 2016
Latest stable version
Install
.NET CLI
dotnet add package System.Threading --version 4.3.0
Package Manager Console
Install-Package System.Threading -Version 4.3.0
PackageReference
<PackageReference Include="System.Threading" Version="4.3.0" />
Frameworks
Dependencies
System.Runtime
[4.3.0, )
.NETCore5.0
System.Threading.Tasks
[4.3.0, )
.NETCore5.0
System.Runtime
[4.3.0, )
.NETStandard1.0
System.Threading.Tasks
[4.3.0, )
.NETStandard1.0
System.Runtime
[4.3.0, )
.NETStandard1.3
System.Threading.Tasks
[4.3.0, )
.NETStandard1.3