Submit the specified numUnits to this rate limiter. The behavior is undefined unless the sum of numUnits, unused units previously submitted to this rate limiter, and unitsReserved can be represented by a 64-bit unsigned integral type.
numUnits
unitsReserved
Declared in <balb_ratelimiter.h>
<balb_ratelimiter.h>
void submit(bsls::Types::Uint64 numUnits);