Elements  6.2
A C++ base framework for the Euclid Software.
Namespaces | Functions
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

 Elements
 

Functions

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