trusktr / rAF-timeout

The setTimeout and setInterval functions re-made with requestAnimationFrame.
9 stars 1 forks source link

Things that can defer code to a future tick: #1

Open ghost opened 8 years ago

ghost commented 8 years ago

What else?

ghost commented 8 years ago

@gadicc Did I miss anything? You mentioned Meteor implements setImmediate with postMessage? As in window.postMessage? EDIT: Ah, I see, yep.

ghost commented 8 years ago

Promise.resolve().then appears to be the fastest, which won't be the case if we monkey patch it to use rAF. Some people might want the speed in rare use cases.