From 05fd465177278693d088dac80fb5d5e52d254246 Mon Sep 17 00:00:00 2001 From: liuc Date: Thu, 16 Sep 2021 23:53:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20Promise=20?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=E6=96=87=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8bef68..5aa39b7 100644 --- a/README.md +++ b/README.md @@ -259,9 +259,9 @@ Promise 是由社区最早提出和实现的异步编程的一种解决方案。 - [ ] [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) - [ ] [Promises/A+ 规范](https://promisesaplus.com/) - [ ] 推荐文章 - - [ ] [深入浅出Promises](https://medium.com/@keshidong.dev/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BApromise-69bcafbe4496) - - [ ] [The JavaScript Promise Tutorial](https://adrianmejia.com/promises-tutorial-concurrency-in-javascript-node/),另有[译文](https://cloud.tencent.com/developer/article/1696283?from=article.detail.1825559) - - [ ] [Promise 中的三兄弟 .all(), .race(), .allSettled()](https://segmentfault.com/a/1190000020034361) + - [Callbacks Vs Promises and basics of JS](https://theflyingmantis.medium.com/callbacks-vs-promises-and-basics-of-js-80d3d1515e81),需自备梯子 + - [ ] [ES6 Promise](https://zhuanlan.zhihu.com/p/23907711) + - [ ] [promise-fun](https://github.com/sindresorhus/promise-fun) - [ ] [最简实现Promise,支持异步链式调用(20行)](https://juejin.cn/post/6844904094079926286) - [ ] [100 行代码实现 Promises/A+ 规范](https://mp.weixin.qq.com/s/qdJ0Xd8zTgtetFdlJL3P1g)