javascript promises powered by BlueBird
什么是promises? 为什么需要promises?
参见: https://promisesaplus.com/
使用示例:
使用promises之前,代码的编写方式:
使用promises之后:
参考:
1. https://github.com/petkaantonov/bluebird
2. http://spion.github.io/posts/why-i-am-switching-to-promises.html
3. 如何优雅地crash你的nodejs app: http://nodejs.org/api/domain.html#domain_warning_don_t_ignore_errors
4. https://blog.domenic.me/youre-missing-the-point-of-promises/#toc_1
5. https://github.com/petkaantonov/bluebird/wiki/Snippets
6. https://github.com/petkaantonov/bluebird/wiki/Promise-anti-patterns
7. https://github.com/petkaantonov/bluebird/blob/master/API.md
8. https://github.com/petkaantonov/bluebird#features
9. https://github.com/petkaantonov/bluebird/blob/master/API.md#resource-management
10 .https://promisesaplus.com/
作者:
fandyst
出处: http://www.cnblogs.com/todototry/
关注语言: python、javascript(node.js)、objective-C、java、R、C++
兴趣点: 互联网、大数据技术、大数据IO瓶颈、col-oriented DB、Key-Value DB、数据挖掘、模式识别、deep learning、开发与成本管理
产品:
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。
出处: http://www.cnblogs.com/todototry/
关注语言: python、javascript(node.js)、objective-C、java、R、C++
兴趣点: 互联网、大数据技术、大数据IO瓶颈、col-oriented DB、Key-Value DB、数据挖掘、模式识别、deep learning、开发与成本管理
产品:
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。