24#ifndef _CORE_THREADING_THREAD_INITIALIZER_H_
25#define _CORE_THREADING_THREAD_INITIALIZER_H_
27#include <core/exception.h>
Thread cannot be initialized.
CannotInitializeThreadException()
Constructor.
Base class for exceptions in Fawkes.
Thread initializer interface.
virtual ~ThreadInitializer()
Virtual empty destructor.
virtual void init(Thread *thread)=0
This method is called by the ThreadManager for each newly added Thread.
Thread class encapsulation of pthreads.
Fawkes library namespace.