Qoollo.Turbo 3.1.0

.NET Core 3.1 .NET Standard 2.0 .NET Framework 4.5
dotnet add package Qoollo.Turbo --version 3.1.0
NuGet\Install-Package Qoollo.Turbo -Version 3.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Qoollo.Turbo" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Qoollo.Turbo --version 3.1.0
#r "nuget: Qoollo.Turbo, 3.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Qoollo.Turbo as a Cake Addin
#addin nuget:?package=Qoollo.Turbo&version=3.1.0

// Install Qoollo.Turbo as a Cake Tool
#tool nuget:?package=Qoollo.Turbo&version=3.1.0

Collection of useful classes for your .NET application:
   Object Pool, Thread Pool, Queue Async Processor, BlockingQueue, DiskQueue, ThreadSetManager, Throttling, Semaphore, EntryCounteringEvent, Collections, ReadOnlyCollections, IoC, WeakEvent and other.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Qoollo.Turbo:

Package Downloads
Qoollo.ClickHouse.Net

.NET library for ClickHouse with useful classes such as aggregating queue for bulk inserts. The ClickHouse-Net driver is used (native ClickHouse protocol with data compression).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 22,010 9/24/2020
3.0.1 2,107 3/1/2018
2.3.0-alpha 777 4/26/2017
2.2.0 2,459 1/15/2016
2.1.1 1,428 12/29/2014
2.1.0 1,255 12/29/2014

v3.1.0 (24.09.2020)
     - ConcurrentBatchingQueue and BlockingBatchingQueue added
     - SpinWait normalization added
     - Native .NET Core 3.1 support