Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
Thread.h File Reference

Thread class. More...

#include "sese/Config.h"
#include "sese/util/Initializer.h"
#include "sese/util/Noncopyable.h"
#include <functional>
#include <thread>

Go to the source code of this file.

Classes

class  sese::ThreadInitiateTask
 Initialization task for the built-in thread class. More...
 
class  sese::Thread
 Thread class. More...
 
struct  sese::Thread::RuntimeData
 Runtime data of threads. More...
 

Namespaces

namespace  sese
 

Detailed Description

Thread class.

Author
kaoru
Date
March 28, 2022
Bug
Improper handling of thread detachment functionality may lead to memory leaks. For detached threads, it is recommended to consider using standard library threads.