Function rlimit::getmaxstdio

source ·
pub fn getmaxstdio() -> u32
Available on Windows only.
Expand description

Returns the number of simultaneously open files permitted at the stream I/O level.

See https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/getmaxstdio?view=msvc-170