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

Access receiver by reference in split, split_tuple, and ensure_started visitors #1126

Merged
merged 1 commit into from
May 22, 2024

Conversation

msimberg
Copy link
Contributor

Avoids some unnecessary move constructions. Could further be refactored to simply pass a reference to the operation state and access the receiver through that, but leaving that for a separate PR.

@msimberg msimberg self-assigned this May 21, 2024
@msimberg msimberg enabled auto-merge May 21, 2024 09:49
@msimberg msimberg added this pull request to the merge queue May 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 21, 2024
@msimberg msimberg added this to the 0.26.0 milestone May 22, 2024
@msimberg msimberg merged commit ec5a44a into pika-org:main May 22, 2024
37 of 38 checks passed
@msimberg msimberg deleted the receiver-ref branch May 22, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Archive
Development

Successfully merging this pull request may close these issues.

1 participant