Modern concurrency on apple platforms using async/await with swift

Build solid software with modern and safe concurrency features. Concurrency is one of the hardest problems in computer science. For years, computer scientists and engineers have developed different strategies for dealing with concurrency. However, the original concurrency primitives are complicated...

Full description

Bibliographic Details
Other Authors: Kautsch, Andrés Ibañez, author (author)
Format: eBook
Language:Inglés
Published: Berkeley, California : Apress [2022]
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009703305306719
Table of Contents:
  • Chapter 1: Introduction to Concurrency
  • Chapter 2: Async/Await Basics
  • Chapter 3: Introducing Structured Concurrency
  • Chapter 4: The Task Tree
  • Chapter 5: Task Groups
  • Chapter 6: Unstructured Concurrency
  • Chapter 7: Actors and Global Actors
  • Chapter 8: Final Bits
  • Chapter 9: AsyncSequence
  • Chapter 10: @TaskLocal.