I want to invoke the 'isc.Timer.setTimeout' method for a function which needs some function arguments, like so:
- isc.Timer.setTimeout(functionWithArgs(arg1, arg2, arg3), 100)
For one concrete use case at hand, I receive an 'out of memory' error message !
What is the correct syntax for dealing correctly with this common use case ?
- isc.Timer.setTimeout(functionWithArgs(arg1, arg2, arg3), 100)
For one concrete use case at hand, I receive an 'out of memory' error message !
What is the correct syntax for dealing correctly with this common use case ?