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

Implement Send Sync for VarLenAscii/Unicode/Array #270

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

watsaig
Copy link
Contributor

@watsaig watsaig commented Feb 7, 2024

Closes #269

@mulimoen Thank you for the feedback. I have added Send Sync to the VarLen... types including comments to justify that (hopefully accurately).

Copy link
Collaborator

@mulimoen mulimoen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor adjustments to the comments aside, this looks good to go!

hdf5-types/src/array.rs Outdated Show resolved Hide resolved
hdf5-types/src/array.rs Outdated Show resolved Hide resolved
hdf5-types/src/string.rs Outdated Show resolved Hide resolved
hdf5-types/src/string.rs Outdated Show resolved Hide resolved
hdf5-types/src/string.rs Outdated Show resolved Hide resolved
hdf5-types/src/string.rs Outdated Show resolved Hide resolved
Co-authored-by: Magnus Ulimoen <[email protected]>
Signed-off-by: Craig Watson <686868 [email protected]>
@watsaig
Copy link
Contributor Author

watsaig commented Feb 13, 2024

Thank you for the review!

@mulimoen mulimoen merged commit 556b43d into aldanor:master Feb 13, 2024
40 of 41 checks passed
@mulimoen
Copy link
Collaborator

Thank you for implementing this @watsaig!

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.

Implement Send Sync for VarLenUnicode, VarLenAscii, VarLenArray
2 participants