cb icon indicating copy to clipboard operation
cb copied to clipboard

Allows for rolling timeouts (interval timeouts)

Open jbrumwell opened this issue 13 years ago • 0 comments

This will allow for users to have a rolling timeouts for callbacks that should be called regularly.

How

cb.interval(1000) sets a timeout and has it reset on each iteration cb.interval(false) clears interval, does not effect any current timers

jbrumwell avatar Nov 10 '12 15:11 jbrumwell