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

Function csoundInputMessageAsync

Top/threadsafe.c:450–452  ·  view source on GitHub ↗

Async versions of the functions above To be removed once everything is made async */

Source from the content-addressed store, hash-verified

448 To be removed once everything is made async
449*/
450void csoundInputMessageAsync(CSOUND *csound, const char *message){
451 csoundInputMessage_enqueue(csound, message);
452}
453
454void csoundReadScoreAsync(CSOUND *csound, const char *message){
455 csoundReadScore_enqueue(csound, message);

Callers 1

udp_recvFunction · 0.70

Calls 1

Tested by

no test coverage detected