renggli / dart-statemachine

Simple, but generic state machine framework for Dart.
http://pub.dartlang.org/packages/statemachine
MIT License
78 stars 10 forks source link

[Improvement] Any plan to support Parallel? #2

Open EasonPai opened 6 years ago

EasonPai commented 6 years ago

Definition of Parallel https://www.w3.org/TR/scxml/#parallel

Is there any plan to support this feature in the future? thanks for reply.

renggli commented 6 years ago

I guess that would be possible, I just haven't had a use-case for this so far. Feel free to send a pull request.

renggli commented 3 years ago

I am not sure how this is supposed to work? Isn't this what happens when you have multiple nested state machine in one state (each of them has its own active parallel state)?