thunkify-wrap icon indicating copy to clipboard operation
thunkify-wrap copied to clipboard

a more powerful thunkify

Results 2 thunkify-wrap issues
Sort by recently updated
recently updated
newest added

Update https://registry.npm.taobao.org to https://registry.npmmirror.com, For more info please refer to https://zhuanlan.zhihu.com/p/430580607. This is an automated PR by @npmmirror (Which is a bot maintained by 8d6e8cefe5a7e3202364ec2c48db03fcc544218cf70100bf65d2ed2df5cc83da).

Hey guys I really appreciate the method `thunkify.event()` However, I think it would be great to have something like this: ``` js var eventify = require('thunkify-wrap').eventify eventify(emitter) co(function*(){ yield emitter.once('ready')...