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...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, California :
Apress
[2022]
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009703305306719 |
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.