System.Threading (4.3.0)
Published 2023-05-05 11:43:15 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 4.3.0 System.Threading
About this package
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 System.Threading.EventWaitHandle System.Threading.SemaphoreSlim System.Threading.Mutex
When using NuGet 3.x this package requires at least version 3.4.
Dependencies
ID | Version | Target Framework |
---|---|---|
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 |