Jack2
1.9.9
|
The base class for runnable objects, that have an Init and Execute method to be called in a thread. More...
#include <JackThread.h>
Public Member Functions | |
virtual bool | Init () |
virtual bool | Execute ()=0 |
The base class for runnable objects, that have an Init and Execute method to be called in a thread.
Definition at line 34 of file JackThread.h.
|
inlinevirtual |
Called once when the thread is started
Reimplemented in Jack::JackNetExtSlave, Jack::JackAlsaAdapter, Jack::JackClient, Jack::JackThreadedDriver, Jack::JackWinNamedPipeServerChannel, Jack::JackCoreMidiDriver, Jack::JackWaitThreadedDriver, Jack::JackALSARawMidiDriver, Jack::JackSocketServerChannel, Jack::JackCoreMidiOutputPort, Jack::JackWinMMEOutputPort, Jack::JackNetAdapter, Jack::JackSocketClientChannel, and Jack::JackWinNamedPipeClientChannel.
Definition at line 46 of file JackThread.h.