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 library Lunchbox. 
 
Basic type definitions not provided by the operating system. 
 
void sleep(const uint32_t milliSeconds)
Sleep the current thread for a number of milliseconds. 
 
Abstraction layer and common utilities for multi-threaded programming.