Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kautsch, Andrés Ibañez (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, [2023]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.