libcamera
v0.3.1+12-19bbca3c
Supporting cameras in Linux since 2019
|
std::condition_variable wrapper integrating with MutexLocker More...
std::condition_variable wrapper integrating with MutexLocker
The ConditionVariable class wraps a std::condition_variable instance to integrate with the MutexLocker class. The class exposes the same interface as std::condition_variable and can be used as a transparent replacement.
See https://en.cppreference.com/w/cpp/thread/condition_variable for the complete API documentation.