Client.processThreadCallback
void processThreadCallback(ProcessThreadDelegate dg) @propertySet 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
dg | The process thread delegate which will run the real-time thread |
Throws
JackException on failure