model/action/delayed_action library

Classes

DelayedAction
A reusable Timer and callback which allows for immediate execution (doNow), cancelling (cancel) and throttled timer starting.

Typedefs

Callback = void Function()
Function to run when the timer expires.