[Swift] WWDC async/await 정리
https://developer.apple.com/videos/play/wwdc2021/10132/?time=1135 Meet async/await in Swift - WWDC21 - Videos - Apple Developer Swift now supports asynchronous functions — a pattern commonly known as async/await. Discover how the new syntax can make your code... developer.apple.com 간단한 사용법만 정리했습니다. URLSession의 dataTask와 prepareThumbnail은 비동기적으로 동작합니다. 그래서 각각의 작업이 완료되고 나서 다음 작업이 진행되고, 작업이 실패할 경우 ..
Swift
2022. 4. 13. 12:46
공지사항