18 #ifndef LUNCHBOX_SLEEP_H
19 #define LUNCHBOX_SLEEP_H
22 #include <lunchbox/compiler.h>
32 LUNCHBOX_API
void sleep(
const uint32_t milliSeconds );
34 #endif // LUNCHBOX_SLEEP_H
Defines export visibility macros for Lunchbox.
Basic type definitions not provided by the operating system.
LUNCHBOX_API void sleep(const uint32_t milliSeconds)
Sleep the current thread for a number of milliseconds.