jplane / DurableStateMachines

Bringing the power of hierarchical state machines to a .NET Core runtime near you.
MIT License
10 stars 2 forks source link

Implement proper cancellation #17

Closed jplane closed 3 years ago

jplane commented 3 years ago

Need to thread a CancellationToken so that we can shutdown the engine when needed.

jplane commented 3 years ago

done