parking_lot icon indicating copy to clipboard operation
parking_lot copied to clipboard

CondStack: a stack version of condvar

Open Nokel81 opened this issue 5 years ago • 3 comments

Sometimes it is necessary to have a stack of threads waiting on some condition. An example would be waiting on a condition to be true that each successive thread waits on as a different thread fixes a condition that it depends on.

Nokel81 avatar Apr 13 '19 19:04 Nokel81