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
In my use case, the process is handed over a duplicated handle of the mapping object. I would need memmap2 to allow mapping from it directly (since I don't see a way to make a file handle from the mapping object).
One way would be to make an enum of MmapRawDescriptor on win32, and add a constructor for mapping object.
Any other idea?
Thanks
The text was updated successfully, but these errors were encountered:
elmarco
added a commit
to elmarco/memmap2-rs
that referenced
this issue
Jan 14, 2025
In my use case, the process is handed over a duplicated handle of the mapping object. I would need memmap2 to allow mapping from it directly (since I don't see a way to make a file handle from the mapping object).
One way would be to make an enum of MmapRawDescriptor on win32, and add a constructor for mapping object.
Any other idea?
Thanks
The text was updated successfully, but these errors were encountered: