std::lock

suggest change

std::lock uses deadlock avoidance algorithms to lock one or more mutexes. If an exception is thrown during a call to lock multiple objects, std::lock unlocks the successfully locked objects before re-throwing the exception.

std::lock(_mutex1, _mutex2);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents