Shuttle.Core.Threading 12.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Shuttle.Core.Threading --version 12.0.1
NuGet\Install-Package Shuttle.Core.Threading -Version 12.0.1
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="Shuttle.Core.Threading" Version="12.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Shuttle.Core.Threading --version 12.0.1
#r "nuget: Shuttle.Core.Threading, 12.0.1"
#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 Shuttle.Core.Threading as a Cake Addin
#addin nuget:?package=Shuttle.Core.Threading&version=12.0.1

// Install Shuttle.Core.Threading as a Cake Tool
#tool nuget:?package=Shuttle.Core.Threading&version=12.0.1

Shuttle.Core.Threading

PM> Install-Package Shuttle.Core.Threading

Provides various classes and interfaces to facilitate thread-based processing.

ProcessorThreadPool

public ProcessorThreadPool(string name, int threadCount, IProcessorFactory processorFactory, ProcessorThreadOptions processorThreadOptions);

Each thread pool has a name used only for identyfing the pool. The threadCount determines the number of ProcessorThread instances in the pool. Each ProcessorThread calls the IProcessor.Execute(CancellationToken) instance provided by the IProcessorFactory.Create() method in a loop while the CancellationToken.IsCancellationRequested returns false.

ProcessorThreadOptions

Option Default Description
JoinTimeout 00:00:15 The duration to allow the processor thread to join the main thread.
IsBackground true Indicates whether the thread will be started as a background thread. Background threads are instantly killed when the host process stops.
Priority ThreadPriority.Normal Indicates the thread priority.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Shuttle.Core.Threading:

Package Downloads
Shuttle.Esb The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Contains the core Shuttle.Esb assembly that should always be referenced when building Shuttle.Esb solutions.

Shuttle.Recall The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Event sourcing mechanism.

Shuttle.Core.ServiceHost The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Turns your console application into a Windows service.

Shuttle.Core.Data.CallContext The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

IDatabaseConnectionCache implementation for use in async/await scenarios.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
12.0.1 13,889 12/1/2022
12.0.0 27,049 9/4/2022
11.1.2 1,023 4/9/2022
11.1.1 38,873 1/30/2021
11.0.2 12,322 1/17/2021
11.0.1 2,609 11/27/2020
11.0.0 34,265 6/21/2019
10.1.0 1,143 4/27/2019
10.0.2 70,201 7/4/2018
10.0.1 1,454 7/2/2018
10.0.0 22,030 1/3/2018