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

Fix Send/Sync impl of RcuCell<T> #4

Merged
merged 1 commit into from
Mar 23, 2021
Merged

Fix Send/Sync impl of RcuCell<T> #4

merged 1 commit into from
Mar 23, 2021

Conversation

JOE1994
Copy link
Contributor

@JOE1994 JOE1994 commented Jan 20, 2021

This PR contains the suggested fix for #3.
Resolves #3.

Thank you for reviewing this PR :)

@Xudong-Huang Xudong-Huang merged commit f458823 into Xudong-Huang:master Mar 23, 2021
@rsubramaniyam
Copy link

Thanks @Xudong-Huang for the fix. Do you know when a version with this fix will land on crates.io? I just started using 0.1.8 (works great!), but ran into the security audit check.

@Xudong-Huang
Copy link
Owner

I just publish 0.1.10, support no_std also

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.

Send/Sync bound needed on T for Send/Sync impl of RcuCell<T>
3 participants