ResourceAccounting.updateSendQueueUsage
void updateSendQueueUsage(long delta) @safe nothrow @nogcUpdate the total send queue bytes tracked by the loop.
This is an internal method used by Layer 2 transports.
Parameters
delta | Signed change in bytes (positive = increase, negative = decrease) |