Run a function after a given time. Mimics the behavior of setTimeout in the browser.
setTimeout
A unique ID for removing the timeout.
The callback function to run after the given time.
The timeout in milliseconds.
Generated using TypeDoc
Run a function after a given time. Mimics the behavior of
setTimeout
in the browser.Returns
A unique ID for removing the timeout.