MCPcopy Create free account
hub / github.com/LMMS/lmms / fetchAndProcessNextMessage

Function fetchAndProcessNextMessage

include/RemotePlugin.h:559–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557 bool _busy_waiting = false );
558
559 inline message fetchAndProcessNextMessage()
560 {
561 message m = receiveMessage();
562 processMessage( m );
563 return m;
564 }
565
566#ifndef SYNC_WITH_SHM_FIFO
567 inline int32_t readInt()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected