lundi 27 avril 2015

std::map write/read from multiple threads

I want to be able to read and write in a std::map from multiple threads. Is there a way to do that without mutex (maybe with std::atomic)?

If not, what's the simplest way to do that in C++11?

Aucun commentaire:

Enregistrer un commentaire