강의

멘토링

커뮤니티

Inflearn Community Q&A

krlacodusk0800's profile image
krlacodusk0800

asked

Creating Klaytn Blockchain Applications - Theory and Practice

함수를 async를 사용하여 비동기로 작성한 이유가 궁금합니다.

Written on

·

326

2

안녕하세요. 강의 내용에 대하여 궁금한 점이 있어 질문드립니다.

코드를 보면 대부분 async를 이용하여 비동기방식으로 함수를 생성하였는데 그렇게 코딩하신 이유가 궁금합니다.

보면 async와 await를 이용하여 동기식으로 처리하는 함수가 꽤 있던데 처음부터 동기 함수로 작성하지 않은 이유와 그 차이를 알고 싶습니다.

async비동기blockchain함수

Answer

This question is waiting for answers
Be the first to answer!
krlacodusk0800's profile image
krlacodusk0800

asked

Ask a question