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

Question about Send + Sync #25

Open
nat3Github opened this issue Mar 8, 2023 · 0 comments
Open

Question about Send + Sync #25

nat3Github opened this issue Mar 8, 2023 · 0 comments

Comments

@nat3Github
Copy link

when using 'MapMut' in a concurrent thread Setting, i got Compiler errors saying *mut u8 is not safe to share across threads.
I would apreciate it very much if someone could clarify if it's safe to use MapMut wrapped in a Arc<Mutex<>> in a concurrent setting.
thank you

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

No branches or pull requests

1 participant