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

Thread wrappers with automatic global registry registration. More...

#include "pthread_wrapper.hpp"
#include "thread_registry.hpp"
#include "thread_wrapper.hpp"
#include <functional>
#include <string>
#include <type_traits>
#include <utility>
Include dependency graph for registered_threads.hpp:

Go to the source code of this file.

Classes

class  threadschedule::ThreadWrapperReg
 ThreadWrapper with automatic registration in the global ThreadRegistry. More...
class  threadschedule::PThreadWrapperReg
 PThreadWrapper with automatic registration in the global ThreadRegistry. More...

Namespaces

namespace  threadschedule

Detailed Description

Thread wrappers with automatic global registry registration.

Definition in file registered_threads.hpp.