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

Add until_all_done to CallTrigger #37

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

piotro888
Copy link
Member

No description provided.

Copy link
Contributor

@Arusekk Arusekk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe worth some short docstring a la Same as until_done but wait for all results instead of any result.

@tilk
Copy link
Member

tilk commented Jan 7, 2025

Is this useful? Waiting for all calls effectively means ignoring some call successes, which is typically not what you want if any of them perform side effects.

@tilk
Copy link
Member

tilk commented Jan 7, 2025

Maybe worth some short docstring a la Same as until_done but wait for all results instead of any result.

@piotro888, could you do it?

@piotro888
Copy link
Member Author

Done

@piotro888
Copy link
Member Author

Is this useful? Waiting for all calls effectively means ignoring some call successes, which is typically not what you want if any of them perform side effects.

Note from meeting: this is a temporary solution until waiting for specific (but not any) methods is possible in CallTrigger

@tilk tilk merged commit a976b44 into kuznia-rdzeni:master Jan 8, 2025
3 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 8, 2025
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.

3 participants