CVV.Disposable
1.0.0
CVV.Disposable is a thread safe disposable base class used in many other projects.
Install-Package CVV.Disposable -Version 1.0.0
dotnet add package CVV.Disposable --version 1.0.0
<PackageReference Include="CVV.Disposable" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CVV.Disposable --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CVV.Disposable, 1.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install CVV.Disposable as a Cake Addin #addin nuget:?package=CVV.Disposable&version=1.0.0 // Install CVV.Disposable as a Cake Tool #tool nuget:?package=CVV.Disposable&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Initial stable release
Dependencies
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on CVV.Disposable:
Package | Downloads |
---|---|
CVV.RateGate
This is Jack Leitch's RateGate code with a couple improvements specifically around thread saftety and long interval times (e.g. > 24.9 days).
|
|
CVV.FastIpc
CVV.FastIpc is a very fast interprocess communication library using memory mapped files.
|
|
CVV.EventReducer
CVV.EventReducer allows you to graciously handle events with running times that exceed the time between the events being fired. See the GitHub repository to see how to use it.
|
GitHub repositories
This package is not used by any popular GitHub repositories.