Defers invoking the func until the current call stack has cleared. Any additional arguments are provided to func when it’s invoked.
The function to defer.
Rest
The arguments to invoke the function with.
Returns the timer id.
Defers invoking the func until the current call stack has cleared. Any additional arguments are provided to func when it’s invoked.