Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
threadinterrupt.cpp
Go to the documentation of this file.
30 return !cond.wait_for(lock, rel_time, [this]() { return flag.load(std::memory_order_acquire); });
bool sleep_for(std::chrono::milliseconds rel_time)
Definition: threadinterrupt.cpp:27