Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify the state machine #134

Merged
merged 5 commits into from Dec 6, 2015
Merged

Conversation

scgilardi
Copy link
Contributor

  • simplifies the state machine around suspend/resume
  • fixes a couple of typos

- pause-run -> pause
- begin-resume -> resume
  - no longer a multi-step process
- begin-run -> run-queue
  - so all action function names match their keywords
- this now happens in the :running state
  - just like a run-queue, but with an unconditional handling of the
    first item on the queue
- no need to trigger here
@mike-thompson-day8
Copy link
Contributor

Hey, thanks. You've made it better again!

mike-thompson-day8 added a commit that referenced this pull request Dec 6, 2015
simplify the state machine
@mike-thompson-day8 mike-thompson-day8 merged commit 0d22487 into day8:develop Dec 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants