What is transactional memory and what would it change in C++ programming (C++20)

444 Views Asked by At

One of the proposed features for C++20 is transactional memory.

What is it? Is it going to simplify multithreaded programming in C++?

0

There are 0 best solutions below