ResourceAccounting.updateConnectionCount
void updateConnectionCount(long delta) @safe nothrow @nogcUpdate the active connection count tracked by the loop.
This is an internal method used by Layer 2 transports.
Parameters
delta | Signed change in connections (positive = increase, negative = decrease) |