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

Closed
wants to merge 6 commits into from

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Apr 24, 2025

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 3 times, most recently from 4028a19 to c1546bd Compare April 24, 2025 08:43
@ioquatix ioquatix force-pushed the barrier-wait-order branch from c1546bd to 92de931 Compare July 11, 2025 06:41
@samuel-williams-shopify
Copy link
Contributor

This was merged in 9e11aef

@ioquatix ioquatix deleted the barrier-wait-order branch July 11, 2025 09:46
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.

2 participants