About

Avatar von Camille Mainz
  • Async/Await in Swift 5.5

    Async/Await in Swift 5.5

    With Swift 5.5, the Swift programming language gains a powerful new set of tools for making asynchronous code easier to read, write, and debug. Similar to other languages (e.g., Python, C#), the async/await pattern is added and used plentifully throughout Swift’s standard library. In this article, I am going to introduce the basics of async/await…