Elements 6.3.3
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
Sleep.h File Reference
#include <cstdint>
#include "ElementsKernel/Export.h"
Include dependency graph for Sleep.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Elements

Functions

ELEMENTS_API void Elements::normalSleep (int sec)
 Simple sleep function.
ELEMENTS_API void Elements::nanoSleep (std::int64_t nsec)
 Small variation on the sleep function for nanoseconds sleep.