29 #ifndef HU_VARADIISTVAN_SCPL_THREAD_H
30 #define HU_VARADIISTVAN_SCPL_THREAD_H
38 namespace hu {
namespace varadiistvan {
namespace scpl {
51 static void sleep(
unsigned millis);
79 virtual void run() = 0;
97 #include "hu/varadiistvan/scpl/config.h"
103 #include "_posix/Thread.h"
107 #elif TARGET_API_WIN32 || TARGET_API_WIN64
109 #include "_win32/Thread.h"
115 #error "Not implemented for this target!"
static void sleep(unsigned millis)
Thread(bool detached=false)