A .net library that lets you build state machines (hierarchical, async with fluent definition syntax and reporting capabilities).
496
stars
129
forks
source link
Feature/split definition from operation of state machine for async sm #52
Closed
wtjerry closed 5 years ago
With this PR the Definition of a StateMachine (SM) and the Operation of a SM are now distinct, for the Async StateMachine part.
for more details see #51 (the Sync SM part)