|
Unravel Engine C++ Reference
|
#include <threader.h>
Public Member Functions | |
| threader () | |
| auto | init (rtti::context &ctx) -> bool |
| auto | deinit (rtti::context &ctx) -> bool |
| void | process () |
Public Attributes | |
| std::unique_ptr< tpp::thread_pool > | pool {} |
Definition at line 13 of file threader.h.
| unravel::threader::threader | ( | ) |
Definition at line 8 of file threader.cpp.
| auto unravel::threader::deinit | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 37 of file threader.cpp.
| auto unravel::threader::init | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 30 of file threader.cpp.
| void unravel::threader::process | ( | ) |
Definition at line 50 of file threader.cpp.
| std::unique_ptr<tpp::thread_pool> unravel::threader::pool {} |
Definition at line 22 of file threader.h.