> It seems to me that the best way to do this in ES6 would be to run the call > backs as individual Jobs
I definitely think there should be an API for queuing jobs. (At least, as long as jobs manifest as microtasks in Node.js and the browser; otherwise they are not as useful.) However, I don't think that completely solves the problem here, as jobs are asynchronous, whereas event listeners are generally not. _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

