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 Bulk Algorithm #129

Merged
merged 17 commits into from
Feb 20, 2025
Merged

Add Bulk Algorithm #129

merged 17 commits into from
Feb 20, 2025

Conversation

Andres-Salamanca
Copy link
Collaborator

  • execution::bulk Implementation
    • Takes a sender, shape, and function, applying the function to each element from the sender.
    • Ensures compliance with the sender concept.
    • Handles error propagation using execution::set_error_t(std::exception_ptr).
    • If the function provided to bulk throws an exception, set_error_t(std::exception_ptr) is added to the completion signatures.
  • Unit Tests
    • Verifies that bulk adheres to the sender concept.
    • Ensures correct completion signatures.
    • Includes tests for basic functionality and exception handling.

@dietmarkuehl dietmarkuehl merged commit 1b1731a into bemanproject:main Feb 20, 2025
11 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