BCLog::LogRateLimiter::SchedulerFunction

Callback type used to schedule the periodic reset of the rate-limit window.

Synopsis

Declared in <logging.h>

using SchedulerFunction = std::function<void(std::function<void()>, std::chrono::milliseconds)>;