C++ Concurrency in Action: Practical Multithreading

C++ Concurrency in Action is a reference and guide to the new C++ 11 Standard for experienced C++ programmers as well as those who have never written multithreaded code. This book will show you how to write robust multithreaded applications in C++ while avoiding many common pitfalls. about the techn...

Descripción completa

Detalles Bibliográficos
Otros Autores: Williams, Anthony Author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: [Place of publication not identified] Manning Publications Company 2012
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628607106719
Tabla de Contenidos:
  • Hello, world of concurrency in C++!
  • Managing threads
  • Sharing data between threads
  • Synchronizing concurrent operations
  • The C++ memory model and operations on atomic types
  • Designing lock-based concurrent data structures
  • Designing lock-free concurrent data structures
  • Designing concurrent code
  • Advanced thread management
  • Testing and debugging multithreaded applications.