Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
thread_impl.h File Reference

Thread implementation abstraction bridging std::jthread and std::thread. More...

#include <memory>
#include <atomic>
#include <thread>
Include dependency graph for thread_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::detail::thread_impl
 Thread implementation abstraction that handles differences between std::jthread and std::thread. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 
namespace  kcenon::thread::detail
 

Detailed Description

Thread implementation abstraction bridging std::jthread and std::thread.

See also
thread_base For the public API built on this abstraction

Definition in file thread_impl.h.