Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
sese::Thread::RuntimeData Struct Reference

Runtime data of threads. More...

#include <Thread.h>

Public Attributes

tid_t id = 0
 
std::string name
 
std::thread th
 
std::function< void()> function
 

Detailed Description

Runtime data of threads.

Member Data Documentation

◆ function

std::function<void()> sese::Thread::RuntimeData::function

Referenced by sese::Thread::run().

◆ id

tid_t sese::Thread::RuntimeData::id = 0

◆ name

std::string sese::Thread::RuntimeData::name

◆ th

std::thread sese::Thread::RuntimeData::th

The documentation for this struct was generated from the following file: