std::shared_mutex::~shared_mutex
De cppreference.com
< cpp | thread | shared mutex
~shared_mutex(); |
||
Destruye el mutex.
El comportamiento no está definido si el mutex se posee por algún hilo o si cualquier hilo termina mientras tiene posesión del mutex.
[editar] Véase también
Documentación de C para mtx_destroy
|