[#BCLog-LogRateLimiter-SchedulerFunction] = xref:BCLog.adoc[BCLog]::xref:BCLog/LogRateLimiter.adoc[LogRateLimiter]::SchedulerFunction :relfileprefix: ../../ :mrdocs: Callback type used to schedule the periodic reset of the rate‐limit window. == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using SchedulerFunction = std::function<void(std::function<void()>, std::chrono::milliseconds)>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#