Function rlimit::setmaxstdio

source ·
pub fn setmaxstdio(new_max: u32) -> Result<u32>
Available on Windows only.
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