mn_thread.hpp
Go to the documentation of this file.
@ Normal
Definition: mn_thread.hpp:32
int on_task()
Implementation of your actual task code. You must override this function.
Definition: mn_thread.hpp:53
basic_thread(const basic_thread &)=delete
basic_thread & operator=(const basic_thread &)=delete
basic_thread(std::string strName, func_type *func, basic_task::priority uiPriority=basic_task::priority::Normal, unsigned short usStackDepth=MN_THREAD_CONFIG_MINIMAL_STACK_SIZE) noexcept
Definition: mn_thread.hpp:43
Definition: mn_thread.hpp:34
#define MN_THREAD_CONFIG_MINIMAL_STACK_SIZE
Definition: mn_config.hpp:219
Definition: mn_allocator_typetraits.hpp:25
Definition: mn_function.hpp:34