Open FrankReh opened 1 year ago
Introduces the fixed_file_auto_select option to the fs::OpenOptions.
fixed_file_auto_select
And modifies read, write and close to use the newly introduced fixed_file variation of a SharedFd.
read
write
close
Introduces the
fixed_file_auto_select
option to the fs::OpenOptions.And modifies
read
,write
andclose
to use the newly introduced fixed_file variation of a SharedFd.