Fresh Beginning
  • Home
  • Portfolio
  • Buy Me A Coffee
  • Patreon
  • Speaking
  • Reading
  • About Me
Subscribe

await

A collection of 3 posts
Wrapping Existing Async and Closure Based code in async-await structure (Advanced Swift Topic)
async-await

Wrapping Existing Async and Closure Based code in async-await structure (Advanced Swift Topic)

> If you haven't yet read couple of my posts that introduce a new async-await construct in Swift, below are the links you can follow to know more about it How to use async/await in Swift using ExamplesUsing async/await APIs in Swift 5.5. Examples of using async await
Feb 8, 2022 7 min read
Running async network operations in parallel on iOS using async-await
Async

Running async network operations in parallel on iOS using async-await

Running parallel network operations on iOS was not always a smooth process. I remember that at my previous jobs, developers opted to use either third-party libraries or DispatchGroup to trigger parallel requests. These solutions had their own pros and cons. Using DispatchGroup in the code was tedious and its block-based
Feb 1, 2022 7 min read
Async / Await in Swift
Async

Async / Await in Swift

Apple introduced the concept of async/await in Swift 5.5 and announced it in the WWDC21 session [https://developer.apple.com/videos/play/wwdc2021/10132/]. Today, we are going to see it in action and how you can leverage it to write readable async code in your app. > Please
Aug 9, 2021 14 min read
Fresh Beginning © 2023
Powered by Ghost