mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
update doc ,ready to push to npm
This commit is contained in:
@@ -41,11 +41,12 @@ function asyncTaskMgr(){
|
||||
while(tmpCb = task.callbackList.shift()){
|
||||
tmpCb && tmpCb.apply(null,task.result);
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
module.exports = asyncTaskMgr;
|
||||
|
||||
Reference in New Issue
Block a user