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
Not a big concern, since we never have other processes using the mmapped file, but the safety requirements of MmapOptions::with_file demand that we have exclusive mutable access to the file.
We should add file locking using a crate like fd-lock
The text was updated successfully, but these errors were encountered:
Not a big concern, since we never have other processes using the mmapped file, but the safety requirements of
MmapOptions::with_file
demand that we have exclusive mutable access to the file.We should add file locking using a crate like
fd-lock
The text was updated successfully, but these errors were encountered: