logo

EbookBell.com

Most ebook files are in PDF format, so you can easily read them using various software such as Foxit Reader or directly on the Google Chrome browser.
Some ebook files are released by publishers in other formats such as .awz, .mobi, .epub, .fb2, etc. You may need to install specific software to read these formats on mobile/PC, such as Calibre.

Please read the tutorial at this link:  https://ebookbell.com/faq 


We offer FREE conversion to the popular formats you request; however, this may take some time. Therefore, right after payment, please email us, and we will try to provide the service as quickly as possible.


For some exceptional file formats or broken links (if any), please refrain from opening any disputes. Instead, email us first, and we will try to assist within a maximum of 6 hours.

EbookBell Team

Concurrency With Modern C What Every Professional C Programmer Should Know About Concurrency 1st Edition Rainer Grimm

  • SKU: BELL-45333720
Concurrency With Modern C What Every Professional C Programmer Should Know About Concurrency 1st Edition Rainer Grimm
$ 31.00 $ 45.00 (-31%)

0.0

0 reviews

Concurrency With Modern C What Every Professional C Programmer Should Know About Concurrency 1st Edition Rainer Grimm instant download after payment.

Publisher: leanpub
File Extension: PDF
File size: 11.83 MB
Pages: 727
Author: Rainer Grimm
Language: English
Year: 2022
Edition: 1

Product desciption

Concurrency With Modern C What Every Professional C Programmer Should Know About Concurrency 1st Edition Rainer Grimm by Rainer Grimm instant download after payment.

(From the publisher's website)

This book explains the details of concurrency in modern C++ and gives you, also, nearly 200 running code examples. Therefore, you can combine the theory with the practices and get the most of it.

Because this book is about concurrency, I present many pitfalls and show you how to overcome them.

The
book is 100 % finished, but I will update it from time to time. The
next update is probably about C++23. Furthermore, I will start the
chapter on lock-free data structures.

C++11 and C++14 have the basic building blocks for creating concurrent or parallel programs.

- With C++17, we got the parallel algorithms of the
Standard Template Library (STL). That means, most of the algorithms of
the STL can be executed sequential, parallel, or vectorized.

- The concurrency story in C++ goes on. With C++20, we got coroutines, atomic smart pointers, semaphores, and latches and barriers.

- With C++23, we can hope for executors, extended futures, transactional memory, and more.

Related Products