#include <chrono>
Go to the source code of this file.
|
static std::chrono::steady_clock::duration | psen_scan_utils::adjustTimeout (const std::chrono::steady_clock::duration &timeout, const std::chrono::steady_clock::duration timeout_increase=DEFAULT_TIMEOUT_INCREASE, const std::chrono::steady_clock::duration max_timeout=DEFAULT_MAX_TIMEOUT) |
| Increases the given timeout by the specified timeout increase. If the new timeout exceeds the max timeout, the returned timeout is equal to the specified maximum timeout. More...
|
|