29#include <sptk5/threads/Runable.h>
30#include <sptk5/threads/Thread.h>
Thread event interface.
Definition: ThreadEvent.h:43
virtual void threadEvent(Thread *thread, Type eventType, SRunable runable)=0
Thread event callback function.
virtual ~ThreadEvent()=default
Destructor.
Type
Thread event type.
Definition: ThreadEvent.h:49