Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idle Hands

Run background or low priority tasks while Node.js is idle. Hooks the idle watcher in the Node.js main event loop.

	npm install idle-hands

Usage:

	var idleHands = require('idle-hands');

	idleHands.on('idle', function() {
		// do stuff
	});

	// start idle watcher
	idleHands.start();

	// stop idle watcher
	idleHands.stop();

About

Run background or low priority tasks while Node.js is idle.

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages