Skip to main content
System.Threading package icon

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

MonoAndroid1.0 MonoTouch1.0 .NETFramework4.5 .NETCore5.0 .NETStandard1.0 .NETStandard1.3 .NETPortable0.0-Profile259 Windows8.0 WindowsPhone8.0 WindowsPhoneApp8.1 Xamarin.iOS1.0 Xamarin.Mac2.0 Xamarin.TVOS1.0 Xamarin.WatchOS1.0

Dependencies

System.Runtime
.NETCore5.0
[4.3.0, )
[4.3.0, )
System.Runtime
.NETStandard1.0
[4.3.0, )
System.Threading.Tasks
.NETStandard1.0
[4.3.0, )
System.Runtime
.NETStandard1.3
[4.3.0, )
System.Threading.Tasks
.NETStandard1.3
[4.3.0, )