[#util-TokenBucket-increment] = xref:util.adoc[util]::xref:util/TokenBucket.adoc[TokenBucket]::increment :relfileprefix: ../../ :mrdocs: Refill tokens based on elapsed time since last call. No refill occurs on the first call (establishes the time baseline). == Synopsis Declared in `<util/tokenbucket.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void increment(xref:util/TokenBucket/time_point.adoc[time_point] const& now); ---- == Parameters [cols="1,4"] |=== | Name| Description | *now* | The current time, used to compute the elapsed interval. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#