Loading…

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
Call Number:Libro Electrónico
Main Author: Kautsch, Andrés Ibañez (Author)
Format: Electronic eBook
Language:Inglés
Published: [Berkeley, CA] : Apress, [2023]
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
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.