0.0.5 • Published 11 years ago
idle-hands12 v0.0.5
Idle Hands
Run background or low priority tasks while Node.js is idle. Hooks the idle watcher in the Node.js main event loop. Rewritten for node 0.12
npm install idle-handsUsage:
var idleHands = require('idle-hands');
idleHands.on('idle', function() {
// do stuff
});
// start idle watcher
idleHands.start();
// stop idle watcher
idleHands.stop();0.0.5
11 years ago