|
SObjectizer
5.7
|
Helpers for safe calls to condition_variable::wait_for with big timeout intervals. More...
Go to the source code of this file.
Namespaces | |
| so_5 | |
| Public part of message limit implementation. | |
| 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. More... | |
Helpers for safe calls to condition_variable::wait_for with big timeout intervals.
1.8.14