Skip to content

Commit

Permalink
小调整
Browse files Browse the repository at this point in the history
  • Loading branch information
testsla committed Sep 28, 2018
1 parent be4d9a5 commit 8f34359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/concurency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ let mapLimit = (list: Array<any>, limit: number, asyncHandle: (data: any) => Pro
return Promise.all(asyncList);
// 所有并发异步操作都完成后,本次并发控制迭代完成
}
module.exports = mapLimit;
export { mapLimit };

0 comments on commit 8f34359

Please sign in to comment.