Using Swift 5.5 Async Await to Fetch REST API

Опубликовано: 06 Октябрь 2024
на канале: Xcoding with Alfian
3,369
83

In this video, we will learn and experiment using Swift 5.5 async await to fetch REST API sequentially and in Parallel. #swift #asyncawait

Timeline:
00:00 Introduction
03:34 What we will learn and build
05:34 Getting Started
06:22 What's in Starter Project & Demo
12:08 Fetching APIs sequentially with Task
22:25 Fetching APIs in Parallel with TaskGroup
32:00 Continuation API - Async URLSession
39:21 Closing

Github Project Repository:
https://github.com/alfianlosari/swift...

Swift 5.5 Development Snapshot:
https://swift.org/builds/swift-5.5-br...

Article version:
https://www.alfianlosari.com/posts/us...

Swift Concurrency Manifesto:
https://gist.github.com/lattner/31ed3...

Async Await SE-0296 Proposal:
https://github.com/apple/swift-evolut...

Structured Concurrency SE-0304 Proposal:
https://github.com/apple/swift-evolut...

Continuation SE-0300 Proposal:
https://github.com/apple/swift-evolut...

Async Sequence SE-0298 Proposal
https://github.com/apple/swift-evolut...