Skip to content

coordcn/tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tasks

  • async tasks for node.js
  • Async的简化版,主要用于原理研究。

Download

tasks.parallel(tasks, done) 并行任务执行

tasks.map(arr, task, done) 并行处理数组并返回处理后数组

tasks.mapSeries(arr, task, done)顺序处理数组并返回处理后数组

tasks.series(tasks, done) 顺序任务执行

具体使用见源代码及test。

About

async tasks for node.js

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages