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

[문제] async await 의 특징과 장점에 관하여 #20

Open
jessi68 opened this issue Sep 18, 2021 · 0 comments
Open

[문제] async await 의 특징과 장점에 관하여 #20

jessi68 opened this issue Sep 18, 2021 · 0 comments
Labels

Comments

@jessi68
Copy link
Collaborator

jessi68 commented Sep 18, 2021

질문

async await 은 비동기 처리를 할 때 많이 쓰이는 구문입니다. 하지만, 비동기 처리를 할때, 꼭 async await 을 써야만 할까요? 비동기 처리를 하는 상황도 여러가지가 있을 수 있는데, 정확히 어떤 상황에 async await 을 쓰는게 좋은지 특히 await 을 언제 써야 하는지 써주세요. 또한 책에서는 프로미스의 후속 처리 메서드 대신 async await 을 쓰는게 좋다고 했는데 그 이유는뭘까요?

관련 챕터

45단원

참고

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant