libcamera v0.1.0+127-8e215127-dirty (2023-12-02T01:06:12+00:00)
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.