Deep Dive to Swift Concurrency 시리즈
https://toby.hashnode.dev/deep-dive-to-swift-concurrency-async-let
Task Group
이전 시간 async let을 활용하여 Structed Concurrency(부모Task, 자식Task)를 구현해보았음.
func fetchOneThumbnail(withID id: String) async throws -> UIImage {...