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
<PackageReference Include="LabApps.Threading.Core" Version="4.0.15" />
<PackageVersion Include="LabApps.Threading.Core" Version="4.0.15" />
<PackageReference Include="LabApps.Threading.Core" />
paket add LabApps.Threading.Core --version 4.0.15
#r "nuget: LabApps.Threading.Core, 4.0.15"
#:package LabApps.Threading.Core@4.0.15
#addin nuget:?package=LabApps.Threading.Core&version=4.0.15
#tool nuget:?package=LabApps.Threading.Core&version=4.0.15
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:
- A
- B
- A.X
- A.Y
- 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 | Versions 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. |
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 7.0.0)
- System.Reactive (>= 5.0.0)
- System.Threading.Channels (>= 7.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net6.0
- Microsoft.Bcl.AsyncInterfaces (>= 7.0.0)
- System.Reactive (>= 5.0.0)
- System.Threading.Channels (>= 7.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net7.0
- Microsoft.Bcl.AsyncInterfaces (>= 7.0.0)
- System.Reactive (>= 5.0.0)
- System.Threading.Channels (>= 7.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
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 | 676 | 11/20/2022 |
| 4.0.13 | 521 | 11/19/2022 |
| 4.0.11-beta | 282 | 11/19/2022 |
| 4.0.10-beta | 302 | 11/18/2022 |
| 4.0.9-beta | 281 | 11/18/2022 |
| 3.1.5 | 2,591 | 8/28/2022 |
| 3.1.4 | 911 | 7/26/2022 |
| 3.1.1 | 929 | 6/25/2022 |
| 3.0.2 | 3,121 | 5/6/2022 |
| 3.0.1 | 958 | 5/6/2022 |
| 2.4.1 | 943 | 5/5/2022 |
| 2.3.4 | 922 | 4/29/2022 |
| 2.3.3 | 916 | 4/28/2022 |
| 2.3.2 | 932 | 4/27/2022 |
| 2.2.4 | 646 | 4/27/2022 |
| 2.2.3 | 1,561 | 3/28/2022 |
| 2.2.2-beta | 370 | 3/28/2022 |
| 2.1.8 | 917 | 3/24/2022 |
| 2.1.4 | 1,307 | 3/24/2022 |
| 2.1.3-beta | 325 | 3/24/2022 |