ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
thread.hpp File Reference

Owning std::thread wrapper with portable configuration helpers. More...

#include "detail/callable/bind.hpp"
#include "detail/scope_exit.hpp"
#include "detail/thread/control.hpp"
#include "detail/thread_backend.hpp"
#include "thread_config.hpp"
#include <cstdint>
#include <memory>
#include <string>
#include <thread>
#include <type_traits>
#include <utility>
Include dependency graph for thread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  threadschedule::thread
 Owning thread wrapper with result-based lifecycle/configuration API. More...
 

Namespaces

namespace  threadschedule
 

Detailed Description

Owning std::thread wrapper with portable configuration helpers.

Definition in file thread.hpp.