await - 영어에서 한국어로 번역
‘
await
발음기호 : [əˈweɪt]
사전 항목
동사
- 기다리다 gidarida
- 보다 초급기회, 때, 시기 등이 적당한지 살피다.
- 기다리고
- ...에 준비되어 있다
예문
동사적 용법, 기다리다
await confirmation
— 확인을 기다리다await news
— 소식을 기다리다await developments
— 추이를 지켜보다await the outcome
— 결과를 기다리다await the decision
— 결정을 기다리다await judgment
— 판결을 기다리다await arrival
— 도착을 기다리다업무 서신이나 지시사항, 답변이나 지시를 기다리다
await your reply
— 회신을 기다리다await further instructions
— 추후 지시를 기다리다await confirmation from management
— 관리자의 확인을 기다리다await payment
— 결제를 기다리다await clearance
— 승인을 기다리다await approval
— 승낙을 기다리다프로그래밍
await expression
— await 표현식await fetch()
— fetch() 완료를 기다리다await Promise.all([...])
— 모든 프로미스 완료를 기다리다await response.json()
— JSON 응답을 기다리다for await (const item of stream)
— 스트림을 비동기 반복하다awaitable object
— await 가능 객체await timeout
— 타임아웃을 기다리다