Tagged Questions
1
vote
1answer
433 views
SignalAndWait for lock-context
I have a manager class that produces tasks for a threadpool, and each thread is supposed to do a call back once they are finished.
I use locks to handle variables and fields, and signals to handle ...