Open.Threading
1.6.0
Useful set of extensions and classes for simplifying and optimizing thread safe operations and synchronization.
Part of the "Open" set of libraries.
Install-Package Open.Threading -Version 1.6.0
dotnet add package Open.Threading --version 1.6.0
<PackageReference Include="Open.Threading" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Open.Threading --version 1.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Open.Threading, 1.6.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Open.Threading as a Cake Addin
#addin nuget:?package=Open.Threading&version=1.6.0
// Install Open.Threading as a Cake Tool
#tool nuget:?package=Open.Threading&version=1.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Open.Threading.ReadWrite (>= 1.4.0)
-
.NETStandard 2.1
- Open.Threading.ReadWrite (>= 1.4.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Open.Threading:
Package | Downloads |
---|---|
Open.Collections
Useful set of collections, and extensions for collections with thread-safe read-write access options.
Part of the "Open" set of libraries.
|
|
Open.Threading.Dataflow
Useful set of extensions and classes for simplifying Dataflow implementations.
Part of the "Open" set of libraries.
|
GitHub repositories
This package is not used by any popular GitHub repositories.