• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

javascvript

JavaScript 비동기 함수(async/await)

비동기 및 대기는 비동기 작업을 표현하기 위해 Promise 위에 구축됩니다. 함수 내에서 await 키워드는 약속이 해결될 때까지 실행을 연기하는 모든 Promise에 적용할 수 있습니다. async 키워드가 있는 함수는 Promise를 반환합니다. 키워드 async가 있는 함수는 비동기 작업을 수행할 수 있지만 여전히 동기식으로 보입니다. await 메서드는 약속이 이행되거나 거부될 때까...

javascvriptasyncawait

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more