Evan You 665ff43fad refactor(scheduler): improve infinite loop detection před 7 roky
..
__tests__ ebf67ad208 fix(scheduler): handle queueJob inside postFlushCbs před 7 roky
src 665ff43fad refactor(scheduler): improve infinite loop detection před 7 roky
.npmignore 3401f6b460 init (graduate from prototype) před 7 roky
README.md fbb0dcdf89 chore: more meta před 7 roky
index.js 3401f6b460 init (graduate from prototype) před 7 roky
package.json 6e04850d71 build: adjust types build script před 7 roky

README.md

@vue/scheduler

This package is published only for typing and building custom renderers. It is NOT meant to be used in applications.

The default scheduler that uses Promise / Microtask to defer and batch updates.