1.0.1 • Published 9 years ago

next2 v1.0.1

Weekly downloads
4
License
MIT
Repository
-
Last release
9 years ago

next

伪同步方式写异步回调

安装

npm install next2

好吧。。名字又被用了。。。

用法

var $ = require('next2');

$().next(function(){
	console.log('1');
	this.done(1, 2);
}).next(function(a, b){
	console.log(a, b);
	this.done(3);
}).final(function(n){
	console.log(3);
});

License

MIT

东西写的渣渣,日后优化更新