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

Deal with prior preemption and runaway child states. #37

Open
wants to merge 2 commits into
base: indigo-devel
Choose a base branch
from

Commits on Jun 9, 2017

  1. Added check for immediate preemption to Concurrence.

    This is necessary because a prior state may have failed to honour a preempt and thus it could be passed to us.
    hawesie committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    951c281 View commit details
    Browse the repository at this point in the history
  2. Add timeout on termination child states.

    This is to handle cases where child states refuse to terminate. Providing a timeout value allows the concurrence to return that long after a termination event (preempt or child completion) has happened. If the argument is ommitted from the init method then the default behaviour (no timeout) is used.
    hawesie committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    d642f73 View commit details
    Browse the repository at this point in the history