vmap-rs icon indicating copy to clipboard operation
vmap-rs copied to clipboard

Question about Send + Sync

Open nat3Github opened this issue 1 year ago • 0 comments

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

nat3Github avatar Mar 08 '23 18:03 nat3Github