vue3-core/packages/scheduler
Evan You 9459ca2152 test: observer collection tests 2018-09-20 11:43:14 -04:00
..
__tests__ test: observer collection tests 2018-09-20 11:43:14 -04:00
src test: test for scheduler 2018-09-19 15:36:56 -04:00
.npmignore init (graduate from prototype) 2018-09-19 11:35:38 -04:00
README.md chore: more meta 2018-09-20 00:17:20 -04:00
index.js init (graduate from prototype) 2018-09-19 11:35:38 -04:00
package.json build: add sideEffects: false flags 2018-09-20 00:02:48 -04:00

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.