trexitycode / wirestate

MIT License
1 stars 0 forks source link

Discussion: parallel qualifier for machine #16

Open matb33 opened 5 years ago

matb33 commented 5 years ago

Should we support the & parallel qualifier at the machine name level?

e.g.

@machine Payment Information&
  Subscribe
  Main
    Loading*
      done -> Showing
    Showing

Currently what I'm doing is shoving in an extra state just to describe the above:

@machine Payment Information
  Parallel&
    Subscribe
    Main
      Loading*
        done -> Showing
      Showing
dschnare commented 5 years ago

Good question. I'll investigate the ramifications of this.