Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS异步之Async #1

Closed
yygmind opened this issue Jul 25, 2018 · 0 comments
Closed

JS异步之Async #1

yygmind opened this issue Jul 25, 2018 · 0 comments

Comments

@yygmind
Copy link
Owner

yygmind commented Jul 25, 2018

要点:
1、await并不阻塞线程
2、async对异步错误处理是使用try/catch
3、使用Promise.all()可以将多个await操作并行

题目

@yygmind yygmind added the hot label Jul 25, 2018
@yygmind yygmind changed the title JS异步之async JS异步之Async Jul 26, 2018
@yygmind yygmind added the Async label Jul 26, 2018
@yygmind yygmind added continue and removed hot labels Oct 18, 2018
@yygmind yygmind closed this as completed Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant