SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Classes | |
class | native_t |
Public Member Functions | |
std::thread::id | thread_id () const |
void | launch () |
void | join () |
Wait for thread to finish its execution. | |
Static Public Member Functions | |
static void | sleep_seconds (double) |
put calling thread to sleep More... | |
static unsigned | cpu_thread_count () |
Get the number of concurrent threads supported by the CPU. More... | |
|
static |
Get the number of concurrent threads supported by the CPU.
If the value is not well defined or not computable, returns 0.
|
static |
put calling thread to sleep
t | time in seconds |