Joedb 10.4.3
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
interruptible_sleep.h
Go to the documentation of this file.
1#ifndef joedb_ui_interruptible_sleep_declared
2#define joedb_ui_interruptible_sleep_declared
3
4#include <chrono>
5
6namespace joedb
7{
8 /// @ingroup ui
9 ///
10 /// @return false if interrupted
11 bool interruptible_sleep(std::chrono::milliseconds duration);
12}
13
14#endif
bool interruptible_sleep(std::chrono::milliseconds duration)