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)>;

Created with MrDocs