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

Enable fork_join_executor to handle return values from scheduled functions #6383

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Nov 9, 2023

@gonidelis this should resolve your issue with using fork_join_executor with the transform_reduce algorithm.

@hkaiser hkaiser force-pushed the fork_join_executor branch from 59f8495 to 5561829 Compare November 9, 2023 19:35
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.03% 94.89%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (3072a57) 192571 163913 85.12%
Head commit (5561829) 188987 (-3584) 160795 (-3118) 85.08% (-0.03%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#6383) 137 130 94.89%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@hkaiser hkaiser merged commit d165ef8 into master Nov 16, 2023
17 of 18 checks passed
@hkaiser hkaiser deleted the fork_join_executor branch November 16, 2023 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant