Fresh Beginning
  • Home
  • Speaking
  • Reading
  • Github
  • Alma Mater
  • Contact
Subscribe
Tagged

asynchronous programming

A collection of 3 posts

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 itHow to use async/await in Swift using ExamplesUsing async/await APIs in Swift 5.5. Examples of using async await and

  • Jayesh Kawli
Jayesh Kawli 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

  • Jayesh Kawli
Jayesh Kawli 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. Today, we are going to see it in action and how you can leverage it to write readable async code in your app. Please note that async/await is only available in

  • Jayesh Kawli
Jayesh Kawli Aug 9, 2021 • 14 min read
Fresh Beginning © 2022
Powered by Ghost