#include <thread.hpp>

Public Member Functions | |
| void | run (thread_func fn, void *data) |
| void | join () |
| void | run (thread_func start, LPVOID data) |
| void | join () |
The purpose of this class is to abstract away the operation system.
Definition at line 41 of file posix/thread.hpp.
1.5.7.1