Run a function periodically with a given interval. Mimics the behavior of setInterval in the browser.
setInterval
A unique ID for removing the interval.
The interval in milliseconds.
Generated using TypeDoc
Run a function periodically with a given interval. Mimics the behavior of
setInterval
in the browser.Returns
A unique ID for removing the interval.