-
Notifications
You must be signed in to change notification settings - Fork 201
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
More termination detection algorithms #45
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
A first attempt showing refinement of AsyncTerminationDetecting by Huang. It is not a refinement because ATD doesn't allow pending decrement when an inactive Leader in Huang receives the last weight back.
|
The definition of Wakeup(i) in AsyncTerminationDetection could be changed to /\ pending[i] > 0 allowing an inactive receiver to either become active or remain passive. (It should then probably be renamed to Receive.) |
Ah, GitHub formatting ... maybe this works better:
|
The text was updated successfully, but these errors were encountered: