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

🎨 Allow indexed handler to handle messages by value #615

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Sep 11, 2024

  • remove the T suffix from several template arguments
  • rename BaseMsg to MsgBase where appropriate: there was a mix of uses, and it isn't necessarily a message at all, but the raw storage underlying. So it's not a base message, but it is a message base.
  • handle by-value callbacks in the indexed builder/handler.

include/msg/handler_builder.hpp Outdated Show resolved Hide resolved
- remove the `T` suffix from several template arguments
- rename `BaseMsg` to `MsgBase` where appropriate: there was a mix of uses, and
  it isn't necessarily a message at all, but the raw storage underlying. So it's
  not a base message, but it is a message base.
- handle by-value callbacks in the indexed builder/handler.
@elbeno elbeno merged commit ac1d8ec into intel:main Sep 23, 2024
22 checks passed
@elbeno elbeno deleted the msg-by-value branch September 23, 2024 19:24
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