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

Implement parallel broadcall #198

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

NelsonVides
Copy link
Collaborator

@NelsonVides NelsonVides commented Dec 7, 2023

Solves #121 but doing all the calls at once, in parallel, and then waiting for the timeouts one by one. I'm experimenting a bit with this one so I'm looking for some good feedback, if the return values are understandable, usable, if this is wanted, if the implementation is clear, etc 🙃

@NelsonVides NelsonVides linked an issue Dec 7, 2023 that may be closed by this pull request
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cc2701c) 92.34% compared to head (52bdd15) 92.54%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #198      +/-   ##
==========================================
+ Coverage   92.34%   92.54%   +0.20%     
==========================================
  Files          10       10              
  Lines         444      456      +12     
==========================================
+ Hits          410      422      +12     
  Misses         34       34              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NelsonVides NelsonVides force-pushed the parallel_broadcall branch 2 times, most recently from e80731f to 3871d30 Compare December 7, 2023 22:43
Copy link
Member

@elbrujohalcon elbrujohalcon left a comment

Choose a reason for hiding this comment

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

Looks good to me. What do you think, @harenson ?

@NelsonVides NelsonVides marked this pull request as ready for review December 16, 2023 18:28
@NelsonVides NelsonVides mentioned this pull request Dec 17, 2023
@elbrujohalcon elbrujohalcon merged commit 9ddf1aa into inaka:main Dec 19, 2023
4 checks passed
@NelsonVides NelsonVides deleted the parallel_broadcall branch December 19, 2023 08:32
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.

Implement wpool:broadcall/2 function
2 participants