Closed TimLuq closed 1 year ago
Since the address referenced by ptr is not pointing to the stack or anything thread local Mmap should be manually marked as Send and Sync.
ptr
Mmap
Send
Sync
Fixes #5 .
Thank you!
Since the address referenced by
ptr
is not pointing to the stack or anything thread localMmap
should be manually marked asSend
andSync
.Fixes #5 .