Joedb
10.4.3
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
ui
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
6
namespace
joedb
7
{
8
/// @ingroup ui
9
///
10
/// @return false if interrupted
11
bool
interruptible_sleep
(std::chrono::milliseconds duration);
12
}
13
14
#endif
joedb::interruptible_sleep
bool interruptible_sleep(std::chrono::milliseconds duration)
Definition
interruptible_sleep.cpp:9
joedb
Definition
Server.cpp:10
Generated by
1.9.8