Submit the specified numUnits that were previously reserved.
Synopsis
Declared in <balb_leakybucket.h>
void
submitReserved(bsls::Types::Uint64 numUnits);
Description
This method reduces the number of reserved units by numUnits and submits numUnits to this leaky bucket. The behavior is undefined unless numUnits <= unitsReserved().
Parameters
Name |
Description |
numUnits |
number of previously reserved units to submit |
Created with MrDocs