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

Take message by ref in (filter)map_connect closures #35

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

sbarral
Copy link
Member

@sbarral sbarral commented Aug 16, 2024

This avoids preemptive cloning when the closures don't consume the message, which is common when the filtering closure returns None.

@sbarral sbarral assigned sbarral and jauhien and unassigned sbarral Aug 16, 2024
This avoids preemptive cloning when the closures don't consume the
message, which is common when the filtering closure returns `None`.
@jauhien jauhien merged commit e75edcb into main Aug 16, 2024
9 checks passed
@sbarral sbarral deleted the feature/connect_map branch August 24, 2024 11:54
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