BloombergLP::balb::RateLimiter::submit

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.

Synopsis

Declared in <balb_ratelimiter.h>

void
submit(bsls::Types::Uint64 numUnits);