You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: