An open API service indexing awesome lists of open source software.

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.

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);
```