https://github.com/html-next/raf-scheduler
A lighter version of Igniter as a temporary stand in.
https://github.com/html-next/raf-scheduler
Last synced: over 1 year ago
JSON representation
A lighter version of Igniter as a temporary stand in.
- Host: GitHub
- URL: https://github.com/html-next/raf-scheduler
- Owner: html-next
- Created: 2016-10-28T14:51:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T20:35:15.000Z (over 8 years ago)
- Last Synced: 2024-04-13T20:46:49.767Z (about 2 years ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduler
A lightweight version of igniter to function as a temporary standin.
```js
import scheduler from 'raf-scheduler';
let token = scheduler.schedule('sync|layout|measure|affect', someFn);
```