appccelerate / statemachine

A .net library that lets you build state machines (hierarchical, async with fluent definition syntax and reporting capabilities).
Apache License 2.0
496 stars 129 forks source link

Feature/split definition from operation of state machine for async sm #52

Closed wtjerry closed 5 years ago

wtjerry commented 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)