Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How can 'isc.Timer.setTimeout' invoke a function with arguments ?

    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 ?
Working...
X