Skip to content

skylar/node-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Queue-based execution and eventing for tasks on node.js

Inspired by Apple's GCD (Grand Central Dispatch), this Common JS module control execution of asynchronous tasks which may compete for access to finite resources (eg, file handles, network connections, external APIs). Also, perhaps an easy way to register event handlers for completion of multiple blocked tasks.

See examples.js for more.

About

Queue-based execution and eventing for tasks on node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published