Sese Framework
2.3.0
A cross-platform framework
|
Runtime data of threads. More...
#include <Thread.h>
Public Attributes | |
tid_t | id = 0 |
std::string | name |
std::thread | th |
std::function< void()> | function |
Runtime data of threads.
std::function<void()> sese::Thread::RuntimeData::function |
Referenced by sese::Thread::run().
tid_t sese::Thread::RuntimeData::id = 0 |
Referenced by sese::Thread::getCurrentThreadId(), and sese::Thread::run().
std::string sese::Thread::RuntimeData::name |
Referenced by sese::Thread::getCurrentThreadName().
std::thread sese::Thread::RuntimeData::th |