Simple spin lock implementation. More...
#include <chrono>
#include <thread>
Go to the source code of this file.
Namespaces | |
utils | |
Functions | |
template<class Predicate > | |
bool | utils::spinWaitFor (int timeoutMs, Predicate pred) |
Simple spin lock implementation.