Evan You 80d1eb7480 refactor: rename things 7 years ago
..
__tests__ 80d1eb7480 refactor: rename things 7 years ago
src 80d1eb7480 refactor: rename things 7 years ago
.npmignore 3401f6b460 init (graduate from prototype) 7 years ago
README.md fbb0dcdf89 chore: more meta 7 years ago
index.js 3401f6b460 init (graduate from prototype) 7 years ago
package.json 6e04850d71 build: adjust types build script 7 years ago

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.