Skip to content

KoryNunn/f-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f-sync

queue work to happen within frames to allow the UI some time to update.

Install

npm install f-sync

Usage

var fSync = require('f-sync');

var queue = fSync(options);

queue(function(){
    // Some work to be done
});

// cancel queue mid-flight
queue.cancel(); // no more work will happen.
npm run watch-example

then open example/index.html in a browser.

About

queue work to happen within frames to allow the UI some time to update.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published