21#ifndef INCLUDE_OLA_THREAD_CALLBACKTHREAD_H_
22#define INCLUDE_OLA_THREAD_CALLBACKTHREAD_H_
26#include <ola/thread/Thread.h>
48 m_callback(callback) {
60 VoidThreadCallback *m_callback;
A 0 argument callback which deletes itself after it's run.
Definition Callback.h:141
A thread which executes a Callback.
Definition CallbackThread.h:36
CallbackThread(VoidThreadCallback *callback, const Options &options=Options())
Definition CallbackThread.h:45
void * Run()
The entry point for the new thread.
Definition CallbackThread.h:52
Thread(const Options &options=Options())
Create a new thread with the specified thread options.
Definition Thread.cpp:75
Threads and synchronization mechanisms.
Definition ConsumerThread.cpp:25
The namespace containing all OLA symbols.
Definition Credentials.cpp:44
Thread options.
Definition Thread.h:60