ResourceAccounting.updateOpenFds

void updateOpenFds(long delta) @safe nothrow @nogc

Update the open file descriptor count tracked by the loop.

This is an internal method used when opening or closing file descriptors.

Parameters

deltaSigned change in FDs (positive = increase, negative = decrease)