1.2.0 • Published 9 years ago

cheerwe-queue v1.2.0

Weekly downloads
18
License
-
Repository
github
Last release
9 years ago

Cheerwe-Queue

一款及简易的将一部操作变同步流程的小工具

Demo

‘’‘

var WeQueue=require('cheerwe-queue');

WeQueue .then(function(){ //you can return false direct to end

})
.then(function(){
    //you can return false direct to end

})
.then(function(){
    //you can return false direct to end
})
.end(function(){
    //the last function
})
.error(function(){
    //when errors catch on then
})

’‘’

1.2.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago