MLIB
Loading...
Searching...
No Matches
mlib::current_thread Class Reference

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.
 

Detailed Description

Currently executing thread object.

Useful for accessing properties like id, handle, priority etc.


The documentation for this class was generated from the following file: