22 #ifndef ELEMENTSKERNEL_ELEMENTSKERNEL_SLEEP_H_
23 #define ELEMENTSKERNEL_ELEMENTSKERNEL_SLEEP_H_
defines the macros to be used for explicit export of the symbols
#define ELEMENTS_API
Dummy definitions for the backward compatibility mode.
ELEMENTS_API void normalSleep(int sec)
Simple sleep function.
ELEMENTS_API void nanoSleep(std::int64_t nsec)
Small variation on the sleep function for nanoseconds sleep.