ResourceAccounting.updateOpenFds
void updateOpenFds(long delta) @safe nothrow @nogcUpdate the open file descriptor count tracked by the loop.
This is an internal method used when opening or closing file descriptors.
Parameters
delta | Signed change in FDs (positive = increase, negative = decrease) |