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

Impl SyncStorage #72

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Conversation

AntiAnimeGeneral
Copy link
Contributor

storageBarrier() be used in conjunction with atomic operations to ensure visibility

Copy link
Member

@nathanielsimard nathanielsimard left a comment

Choose a reason for hiding this comment

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

Thanks for the addition, only a comment about the formatting, but maybe it's due to a rustfmt update.

Comment on lines 29 to 32
fn fmt(
&self,
f: &mut std::fmt::Formatter<'_>,
) -> std::fmt::Result {
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason why the fommatting is different? What Rust version / rust-fmt are you using?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, the number of columns in my formatting settings is relatively low. I will make the necessary changes later, but this also exposes the issue. We need an fmt file

@nathanielsimard nathanielsimard merged commit b99e753 into tracel-ai:main Aug 19, 2024
1 of 2 checks passed
@AntiAnimeGeneral AntiAnimeGeneral deleted the impl-sync_storage branch August 24, 2024 04:22
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