Answers

Question and Answer:

  Home  C++ Programming

⟩ What is the difference between Mutex and Binary semaphore?

semaphore is used to synchronize processes. where as mutex is used to provide synchronization between threads running in the same process.

 171 views

More Questions for you: