You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
The first implementation of zone + microtask (see #82) works as follow:
run()
)That means than zone.js also acts as a scheduler for microtasks.
An other option would be to let JavaScript schedule microtasks. The JS implementation would become more similar to Dart zones.
Promise
, see Consider using Promise.prototype.then kriskowal/asap#54, http://blog.millermedeiros.com/promise-nexttick/, http://jsperf.com/test002/8The text was updated successfully, but these errors were encountered: