LabApps.Threading.Core
2.0.2-beta
Prefix Reserved
See the version list below for details.
dotnet add package LabApps.Threading.Core --version 2.0.2-beta
NuGet\Install-Package LabApps.Threading.Core -Version 2.0.2-beta
<PackageReference Include="LabApps.Threading.Core" Version="2.0.2-beta" />
<PackageVersion Include="LabApps.Threading.Core" Version="2.0.2-beta" />
<PackageReference Include="LabApps.Threading.Core" />
paket add LabApps.Threading.Core --version 2.0.2-beta
#r "nuget: LabApps.Threading.Core, 2.0.2-beta"
#:package LabApps.Threading.Core@2.0.2-beta
#addin nuget:?package=LabApps.Threading.Core&version=2.0.2-beta&prerelease
#tool nuget:?package=LabApps.Threading.Core&version=2.0.2-beta&prerelease
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 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. 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.Extensions.Logging.Abstractions (>= 5.0.0)
- System.Reactive (>= 4.1.6)
- System.Threading.Channels (>= 4.7.1)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net6.0
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
- System.Reactive (>= 4.1.6)
- System.Threading.Channels (>= 4.7.1)
- 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 | 497 | 11/20/2022 |
4.0.13 | 419 | 11/19/2022 |
4.0.11-beta | 188 | 11/19/2022 |
4.0.10-beta | 187 | 11/18/2022 |
4.0.9-beta | 189 | 11/18/2022 |
3.1.5 | 2,345 | 8/28/2022 |
3.1.4 | 787 | 7/26/2022 |
3.1.1 | 800 | 6/25/2022 |
3.0.2 | 2,866 | 5/6/2022 |
3.0.1 | 833 | 5/6/2022 |
2.4.1 | 813 | 5/5/2022 |
2.3.4 | 794 | 4/29/2022 |
2.3.3 | 788 | 4/28/2022 |
2.3.2 | 807 | 4/27/2022 |
2.2.4 | 542 | 4/27/2022 |
2.2.3 | 1,388 | 3/28/2022 |
2.2.2-beta | 251 | 3/28/2022 |
2.1.8 | 795 | 3/24/2022 |
2.1.4 | 1,151 | 3/24/2022 |
2.1.3-beta | 227 | 3/24/2022 |
2.1.2-beta | 246 | 3/23/2022 |
2.0.7 | 1,216 | 2/16/2022 |
2.0.6 | 552 | 2/1/2022 |
2.0.5 | 911 | 1/23/2022 |
2.0.4 | 1,031 | 1/14/2022 |
2.0.3-beta | 712 | 1/8/2022 |
2.0.2-beta | 252 | 1/8/2022 |
2.0.1-beta | 262 | 1/8/2022 |
1.12.12 | 847 | 12/25/2021 |
1.12.11 | 568 | 12/21/2021 |
1.12.8 | 812 | 12/21/2021 |
1.12.7 | 1,275 | 11/13/2021 |
1.12.5 | 440 | 11/2/2021 |
1.12.4-beta | 330 | 11/2/2021 |
1.12.2-beta | 366 | 10/16/2021 |
1.11.1 | 661 | 10/1/2021 |
1.10.1 | 870 | 9/26/2021 |
1.9.21 | 1,588 | 8/1/2021 |
1.9.19 | 928 | 6/13/2021 |
1.9.18 | 1,952 | 5/30/2021 |
1.9.17 | 455 | 5/18/2021 |
1.9.16 | 1,414 | 5/10/2021 |
1.9.14 | 1,039 | 4/15/2021 |
1.9.9 | 2,178 | 1/5/2021 |
1.9.8 | 1,070 | 1/1/2021 |
1.9.7 | 1,121 | 12/17/2020 |
1.9.4 | 839 | 11/25/2020 |
1.9.3 | 813 | 11/24/2020 |
1.9.1-dev | 387 | 11/20/2020 |
1.8.2 | 532 | 11/20/2020 |
1.8.1 | 920 | 11/18/2020 |
1.7.4 | 542 | 11/13/2020 |
1.7.3 | 994 | 10/26/2020 |
1.7.2-beta | 453 | 10/19/2020 |
1.7.1-beta | 464 | 10/16/2020 |
1.6.1 | 547 | 10/15/2020 |
1.6.1-beta | 394 | 10/15/2020 |
1.5.6 | 904 | 10/14/2020 |
1.5.5 | 639 | 10/14/2020 |
1.5.2-beta | 479 | 10/6/2020 |
1.5.1-beta | 438 | 10/6/2020 |
1.4.2 | 935 | 10/4/2020 |
1.4.1 | 575 | 10/4/2020 |
1.3.25 | 1,007 | 10/4/2020 |
1.3.23 | 901 | 10/2/2020 |
1.3.22 | 864 | 10/1/2020 |
1.3.21 | 914 | 10/1/2020 |
1.3.19 | 1,227 | 9/29/2020 |
1.3.13 | 1,146 | 9/28/2020 |
1.3.12 | 1,176 | 9/27/2020 |
1.3.11 | 1,131 | 9/25/2020 |
1.3.9 | 1,225 | 9/25/2020 |
1.3.8 | 1,189 | 9/24/2020 |
1.3.7 | 1,195 | 9/24/2020 |
1.3.6-beta | 540 | 9/24/2020 |
1.3.5-beta | 490 | 9/24/2020 |
1.3.3-beta | 624 | 9/24/2020 |
1.3.2-beta | 534 | 9/23/2020 |