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
And please, support write file with multiple buffers. Currently no matter write or write_sync, there are only support 1 buffer at a time.
Diarica
changed the title
Request : User Memory manipulation in fs
Request : fs allow user allocate buffer, allow write with multiple buffers at a time, remove unique_ptr enforcement
Jan 19, 2025
Currently file_req::read is allocate buffer memory with std::unique_ptr, hopefully allow user allocate it.
The text was updated successfully, but these errors were encountered: