LabApps.Threading.Core 4.0.15

Prefix Reserved
dotnet add package LabApps.Threading.Core --version 4.0.15
                    
NuGet\Install-Package LabApps.Threading.Core -Version 4.0.15
                    
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="LabApps.Threading.Core" Version="4.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LabApps.Threading.Core" Version="4.0.15" />
                    
Directory.Packages.props
<PackageReference Include="LabApps.Threading.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LabApps.Threading.Core --version 4.0.15
                    
#r "nuget: LabApps.Threading.Core, 4.0.15"
                    
#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.
#:package LabApps.Threading.Core@4.0.15
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LabApps.Threading.Core&version=4.0.15
                    
Install as a Cake Addin
#tool nuget:?package=LabApps.Threading.Core&version=4.0.15
                    
Install as a Cake Tool

Core

AwaitableCounter

A thread-safe counter that signals each time zero is crossed (in either direction) via a completion task. Can be used in hierarchies of counters.

EventQueueBase

An abstract base class that uses System.Threading.Channels to implement a single threaded consumer of events.

ExecutionQueue

A derivation of EventQueueBase. Events are IExecutable. Execute() is called for each event.

EventProcessor

A derivation of EventQueueBase. Events are passed to a provided implementation of IEventHandler.

StateMachine

A derivation of EventQueueBase. Each event and current state are passed to a provided implementation of IStateEventHandler which returns updated state.

Sequencer

Based on System.Threading.Channels, a scheduler that coordinates the execution of synchronous and asynchronous tasks using a hierarchical key that defines their relative concurrency. For example, if tasks are dispatched sequentially with the following hierarchical keys:

  1. A
  2. B
  3. A.X
  4. A.Y
  5. A

then:

  • tasks 1 and 2 will run in parallel;
  • tasks 3 and 4 will both run in parallel after task 1 ends;
  • task 5 will run after both tasks 3 and 4 end.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 was computed. 
.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 (2)

Showing the top 2 NuGet packages that depend on LabApps.Threading.Core:

Package Downloads
LabApps.Threading.Sequencer

[**Deprecated**] Sequencer has moved to the LabApps.Threading.Core package.

LabApps.Actors.Runtime.Testing

Unit test runtime for actors.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.15 626 11/20/2022
4.0.13 494 11/19/2022
4.0.11-beta 262 11/19/2022
4.0.10-beta 277 11/18/2022
4.0.9-beta 265 11/18/2022
3.1.5 2,565 8/28/2022
3.1.4 889 7/26/2022
3.1.1 904 6/25/2022
3.0.2 3,101 5/6/2022
3.0.1 937 5/6/2022
2.4.1 923 5/5/2022
2.3.4 899 4/29/2022
2.3.3 892 4/28/2022
2.3.2 911 4/27/2022
2.2.4 626 4/27/2022
2.2.3 1,537 3/28/2022
2.2.2-beta 353 3/28/2022
2.1.8 897 3/24/2022
2.1.4 1,287 3/24/2022
2.1.3-beta 309 3/24/2022
2.1.2-beta 326 3/23/2022
2.0.7 1,376 2/16/2022
2.0.6 628 2/1/2022
2.0.5 1,017 1/23/2022
2.0.4 1,157 1/14/2022
2.0.3-beta 865 1/8/2022
2.0.2-beta 329 1/8/2022
2.0.1-beta 350 1/8/2022
1.12.12 986 12/25/2021
1.12.11 680 12/21/2021
1.12.8 988 12/21/2021
1.12.7 1,428 11/13/2021
1.12.5 526 11/2/2021
1.12.4-beta 418 11/2/2021
1.12.2-beta 454 10/16/2021
1.11.1 780 10/1/2021
1.10.1 994 9/26/2021
1.9.21 1,806 8/1/2021
1.9.19 1,068 6/13/2021
1.9.18 2,222 5/30/2021
1.9.17 540 5/18/2021
1.9.16 1,602 5/10/2021
1.9.14 1,183 4/15/2021
1.9.9 2,443 1/5/2021
1.9.8 1,206 1/1/2021
1.9.7 1,241 12/17/2020
1.9.4 951 11/25/2020
1.9.3 920 11/24/2020
1.9.1-dev 505 11/20/2020
1.8.2 622 11/20/2020
1.8.1 1,035 11/18/2020
1.7.4 633 11/13/2020
1.7.3 1,124 10/26/2020
1.7.2-beta 550 10/19/2020
1.7.1-beta 558 10/16/2020
1.6.1 642 10/15/2020
1.6.1-beta 508 10/15/2020
1.5.6 1,017 10/14/2020
1.5.5 749 10/14/2020
1.5.2-beta 573 10/6/2020
1.5.1-beta 553 10/6/2020
1.4.2 1,048 10/4/2020
1.4.1 672 10/4/2020
1.3.25 1,127 10/4/2020
1.3.23 1,017 10/2/2020
1.3.22 978 10/1/2020
1.3.21 1,021 10/1/2020
1.3.19 1,377 9/29/2020
1.3.13 1,258 9/28/2020
1.3.12 1,300 9/27/2020
1.3.11 1,264 9/25/2020
1.3.9 1,359 9/25/2020
1.3.8 1,315 9/24/2020
1.3.7 1,338 9/24/2020
1.3.6-beta 676 9/24/2020
1.3.5-beta 606 9/24/2020
1.3.3-beta 739 9/24/2020
1.3.2-beta 659 9/23/2020