2 #ifndef _YI_COUNT_DOWN_LATCH_H_ 3 #define _YI_COUNT_DOWN_LATCH_H_ 59 bool Wait(uint64_t uTimeoutMs)
const;
83 #endif // _YI_COUNT_DOWN_LATCH_H_ Definition: YiMutex.h:110
uint32_t GetCount() const
Definition: YiCountDownLatch.h:32
CYICountDownLatch(uint32_t uCount)
CYISignal Finished
Called when the Count reaches zero.
Definition: YiCountDownLatch.h:71
A class used to block a thread until a condition is met, as signaled by a different thread...
Definition: YiWaitCondition.h:64
Signals and slots are a thread-safe and flexible communication framework that will allow various obje...
Definition: YiSignal.h:164