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

0. 동기/비동기에 대한 조사 #25

Open
1013115 opened this issue Sep 4, 2022 · 1 comment
Open

0. 동기/비동기에 대한 조사 #25

1013115 opened this issue Sep 4, 2022 · 1 comment
Labels
조사 Improvements or additions to documentation

Comments

@1013115
Copy link
Collaborator

1013115 commented Sep 4, 2022

동기/비동기

  • 동기 처리
    • 서버에 요청을 보냈을 때 응답이 돌아와야 다음 동작 수행
    • 선행작업이 완료되어야 뒤에 작업이 실행 가능
  • 비동기 처리
    • 서버에 요청을 보냈을 때 응답 여부와 관계없이 다음 동작 수행 가능
    • 선행작업 완료 여부와 상관없이 실행

promise, async&await

@gomjellie
Copy link
Member

promise를 반환하는 비동기 함수는 then 으로 처리하거나 await 수 있습니다

둘다 사용해보시길 바랍니다~

@1013115 1013115 added the 조사 Improvements or additions to documentation label Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
조사 Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants