MLIB
|
Currently executing thread object. More...
#include <thread.h>
Public Member Functions | |
DWORD | id () const |
Return ID of current thread. | |
HANDLE | handle () const |
int | priority () |
Return priority current thread. | |
void | priority (int pri) |
Set priority of current thread. | |
Currently executing thread object.
Useful for accessing properties like id, handle, priority etc.