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

Rename POD marker to ShmSend #27

Closed
elBoberido opened this issue Jun 24, 2022 · 0 comments · Fixed by #33
Closed

Rename POD marker to ShmSend #27

elBoberido opened this issue Jun 24, 2022 · 0 comments · Fixed by #33
Assignees

Comments

@elBoberido
Copy link
Member

Brief feature description

The POD marker trait is used to mark data types which can be transferred across process boundaries. This is similar to std::marker::Send which is used for data types which can be transferred across thread boundaries. To utilize this familiarity, POD should be renamed to ShmSend

@elBoberido elBoberido self-assigned this Jun 24, 2022
@elBoberido elBoberido changed the title Refactor POD marker to ShmSend Rename POD marker to ShmSend Jun 27, 2022
elBoberido added a commit that referenced this issue Jun 27, 2022
elBoberido added a commit that referenced this issue Jun 27, 2022
elBoberido added a commit that referenced this issue Jun 27, 2022
elBoberido added a commit that referenced this issue Jun 27, 2022
elBoberido added a commit that referenced this issue Jun 28, 2022
elBoberido added a commit that referenced this issue Jun 28, 2022
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 a pull request may close this issue.

1 participant