0

There is a common problem : read/write problem in which only one writer is allowed to write but multiple readers can read. It is usually implemented by semaphores. Can we use condition variables to solve this problem as well?

puffles
  • 352
  • 2
  • 5
  • 23

0 Answers0