Skip to content

Latest commit

 

History

2 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

仓库 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.

关于

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

Resources

Stars

3 stars

关注者

1 watching

复刻s

发布

贡献者

Languages