mardi 25 octobre 2016

What is the C++ 11 atomic library equivalent of Java's AtomicMarkableReference

Need this call to implement a lock-free linked list. An AtomicMarkableReference is an object from the java.util.concurrent.atomic package that encapsulates both a reference to an object of type T and a Boolean mark. These fields can be updated atomically,either together or individually.

Thank You.

Aucun commentaire:

Enregistrer un commentaire