B
B
Boris Dergachev2015-02-06 09:12:00
C++ / C#
Boris Dergachev, 2015-02-06 09:12:00

How to implement a pause before executing a function?

It is necessary to block one thread before executing a function called from another thread. What is the best way to organize it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
Xano, 2015-02-06
@froex

boost::condition_variable if boost is already mentioned?
In general, it’s better to read about thread synchronization, a lot of questions will disappear

D
Don Kaban, 2015-02-06
@donkaban

www.manning.com/williams - on all trackers of the world for a long time, including even not too oblique Russian translation. I deeply recommend.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question