11 template <
typename TPredicate>
18 template <
typename TPredicate>
bool TryWaitFor(CriticalSection &cs, const Timespan ×pan)
Try to wait for the given timespan until condition variable is notified.
void Wait(CriticalSection &cs)
Wait until condition variable is notified.
Critical section synchronization primitive.
C++ Common project definitions.