Using Swift 5.5 Async Await to Fetch REST API

preview_player
Показать описание
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:

Swift 5.5 Development Snapshot:

Article version:

Swift Concurrency Manifesto:

Async Await SE-0296 Proposal:

Structured Concurrency SE-0304 Proposal:

Continuation SE-0300 Proposal:

Async Sequence SE-0298 Proposal
Рекомендации по теме
Комментарии
Автор

Thank you for this video. Great straightforward way of explaining async/await. I struggled with this concept and how to implement it for many days before finding this. Currently getting a warning on the Run loop, but will deal with that later. Thanks again

ftmtrading
Автор

Wow 🤩👏🏻👏🏻👏🏻👏🏻 thank you so much for this wonderful tutorial

martinhassani