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

async-await

A collection of 3 posts
Asynchronous

AsyncSequence in Swift

Apple introduced the AsyncSequence in Swift 5.5. This is one of the major features released in this Swift version to improve the Swift concurrency. In today's post, we are going to take a look at what AsyncSequence are and how you can make your own custom async sequence in
Jun 10, 2022 7 min read
async Alternatives and Continuations - Bridging legacy async code with async-await structure (Advanced Swift Topic)
async-await

async Alternatives and Continuations - Bridging legacy async code with 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
Fresh Beginning © 2023
Powered by Ghost