System.Threading 4.0.0

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

Microsoft
安装
dotnet add package System.Threading --version 4.0.0
Install-Package System.Threading -Version 4.0.0
依赖
.NETCore5.0
包名版本要求
System.Runtime [4.0.0, )
System.Threading.Tasks [4.0.0, )
.NETPlatform5.0
包名版本要求
System.Runtime [4.0.0, )
System.Threading.Tasks [4.0.0, )
版本详情
作者Microsoft
发布时间2015-07-29 09:14:22
许可证http://go.microsoft.com/fwlink/?LinkId=329770