|
|
|
|
|
by lewispollard
4681 days ago
|
|
What I mean to say is, what's the practical difference between running setImmediate(doSomething) and just calling doSomething() in its place if setImmediate blocks the execution anyway, is there some kind of special use that would make it useful? |
|
Also useful if you need to wait until after all event handlers are executed in the current context