摘要: [转自伯乐在线][1] 1、 async / await 使用 async / await 模式,可以在执行代码块操作的时候不会阻塞 UI 或者当前的线程。即使该操作被某些执行动作延迟了(比如一个 web 请求),async / await 模式也会继续执行后续的代码。 更多关于 async / a 阅读全文
posted @ 2017-05-09 17:59 xuxuzhaozhao 阅读(233) 评论(0) 推荐(0)