|
SObjectizer 5.8
|
Helpers for safe calls to condition_variable::wait_for with big timeout intervals. More...
Go to the source code of this file.
Namespaces | |
| namespace | so_5 |
| Private part of message limit implementation. | |
| namespace | so_5::details |
| Some reusable and low-level classes/functions which can be used in public header files. | |
Functions | |
| template<typename Predicate > | |
| bool | so_5::details::wait_for_big_interval (std::unique_lock< std::mutex > &lock, std::condition_variable &cv, std::chrono::steady_clock::duration timeout, Predicate pred) |
| Helper function for safe call of condition_variable::wait_for with possible big timeouts. | |
Helpers for safe calls to condition_variable::wait_for with big timeout intervals.
Definition in file safe_cv_wait_for.hpp.