Addressing the original request:

> Any chance something like Node's process.nextTick could be added, maybe
something like Promise.schedule(func, thisArg, ...args)?

That's basically `Promise.resolve().then(func.bind(thisArg, ...args))`

Although promise schedulers are huge - and I think could solve a lot of
problems people are having - but that's besides this issue.
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to