Info
Version: | 0.9.0 |
Author(s): | Viktor T. |
Last Update: | Wednesday, October 4, 2023 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Machinery |
Install
Install-Package Machinery
dotnet add package Machinery
paket add Machinery
Machinery Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.0
No dependencies.
No dependencies.
No dependencies.
No dependencies.
Tags
Commonly used types:
• IState<TContext, TEvent, TState>
• StateMachine<TContext, TEvent, TState>
• IAsyncState<TContext, TEvent, TState>
• AsyncStateMachine<TContext, TEvent, TState>.