|
dius 0.1.0
|
#include "di/assert/prelude.h"#include "di/chrono/duration/duration_literals.h"#include "di/function/prelude.h"#include "di/meta/util.h"#include "di/util/prelude.h"#include "dius/error.h"#include "dius/platform_thread.h"#include "steady_clock.h"Go to the source code of this file.
Classes | |
| class | dius::Thread |
| Class representing a single thread of execution. More... | |
Namespaces | |
| namespace | dius |
| namespace | dius::this_thread |
Functions | |
| void | dius::this_thread::sleep_for (di::Nanoseconds duration) |
| void | dius::this_thread::sleep_until (SteadyClock::TimePoint time_point) |