摘要: q/promise promise 实现 // demo Q.Promise(function(resolve, reject, notify) {} .then() 执行流程 Promise - > then - > NextTick(放入task队列) -- > flush(下一个循环, 执行队 阅读全文
posted @ 2020-10-15 17:55 S&L·chuck 阅读(150) 评论(0) 推荐(0) 编辑