Skip to content

Barrier waits in order of completion/failure. #384

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ioquatix
Copy link
Member

It can be confusing that a barrier waits on tasks in order rather than in the order of completion/failure, especially if a single failure implies the complete failure of the operation. This change ensures Barrier#wait returns tasks in order of completion.

Types of Changes

  • New feature.

Contribution

@ioquatix ioquatix force-pushed the barrier-wait-order branch 2 times, most recently from f660527 to 4028a19 Compare April 24, 2025 08:43
@ioquatix ioquatix force-pushed the barrier-wait-order branch from 4028a19 to c1546bd Compare April 24, 2025 08:43
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.

1 participant