pub fn setmaxstdio(new_max: u32) -> Result<u32>
Expand description
Sets a maximum for the number of simultaneously open files at the stream I/O level.
See https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/setmaxstdio?view=msvc-170
ยงErrors
See the official documentation