#include <chrono>
#include <functional>
#include <pthread.h>
Go to the source code of this file.
Namespaces | |
urcl | |
Functions | |
bool | urcl::setFiFoScheduling (pthread_t &thread, const int priority) |
void | urcl::waitFor (std::function< bool()> condition, const std::chrono::milliseconds timeout, const std::chrono::milliseconds check_interval=std::chrono::milliseconds(50)) |
Wait for a condition to be true. More... | |
Definition in file helpers.h.