MCPcopy Create free account
hub / github.com/csound/csound / join

Method join

include/plugin.h:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 }
292
293 uintptr_t join() {
294 CSOUND *p = (CSOUND *)csound;
295 return p->JoinThread(thread);
296 }
297 void *get_thread() { return thread; }
298};
299

Callers 15

compile.jsFile · 0.45
trimStringFunction · 0.45
compileFunction · 0.45
TextDecoderFunction · 0.45
arraybufferCodeFunction · 0.45
cleanStdoutFunction · 0.45
TextDecoderPolyFunction · 0.45
csoundStopMethod · 0.45
initIframeMethod · 0.45
wasi.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected