Flutter Engine
The Flutter Engine
|
The ThreadConfig is the thread info include thread name, thread priority. More...
#include <thread.h>
Public Member Functions | |
ThreadConfig (const std::string &name, ThreadPriority priority) | |
ThreadConfig (const std::string &name) | |
ThreadConfig () | |
Public Attributes | |
std::string | name |
ThreadPriority | priority |
The ThreadConfig is the thread info include thread name, thread priority.
|
inline |
|
inlineexplicit |
ThreadPriority fml::Thread::ThreadConfig::priority |