Skip to content

Conversation

dkales
Copy link
Contributor

@dkales dkales commented Sep 26, 2025

Description

This PR adds a cfg macro for the execution of two closures. The execution will happen in parallel using rayon::join if possible, and the macro can also be nested like normal rayon::join.


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (master)
  • Linked to Github issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Wrote unit tests
  • Updated relevant documentation in the code
  • Added a relevant changelog entry to the Pending section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

@Pratyush Pratyush self-requested a review September 26, 2025 15:24
Copy link
Member

@Pratyush Pratyush left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! There’s a CI failure, but looks good otherwise!

@dkales
Copy link
Contributor Author

dkales commented Sep 26, 2025

sry about that, copied it down there for formatting and forgot...

@Pratyush Pratyush merged commit 1693bc5 into arkworks-rs:master Sep 26, 2025
4 checks passed
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