Client.processThreadCallback

void processThreadCallback(ProcessThreadDelegate dg) @property

Set the non-callback API thread delegate. Used when not using the usual process callback with processCallback(). Used in conjunction with cycleWait() and cycleSignal(). Should be real-time safe. No memory allocation or other system calls should be performed in the thread delegate.

Parameters

dgThe process thread delegate which will run the real-time thread

Throws

JackException on failure