Invokes func after wait milliseconds. Any additional arguments are provided to func when it’s invoked.
The function to delay.
Rest
The number of milliseconds to delay invocation.
The arguments to invoke the function with.
Returns the timer id.
Invokes func after wait milliseconds. Any additional arguments are provided to func when it’s invoked.