lundi 21 septembre 2020

C++ Synchronization Library

I was trying to learn various Thread Synchronization Techniques and understand that they are as mentioned below:

Mutex
Condition Variable
Semaphores

Please add if I missed any - however I found that we do not have C++ semaphore APIs available as like in C (semget , sem_wait , sem_init)

Am I true in my understating?

Aucun commentaire:

Enregistrer un commentaire