Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ fetchAndProcessAllMessages
Function
fetchAndProcessAllMessages
include/RemotePlugin.h:621–627 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
619
}
620
621
inline void fetchAndProcessAllMessages()
622
{
623
while( messagesLeft() )
624
{
625
fetchAndProcessNextMessage();
626
}
627
}
628
629
static bool isMainThreadWaiting()
630
{
Callers
1
process
Method · 0.85
Calls
2
messagesLeft
Function · 0.85
fetchAndProcessNextMessage
Function · 0.85
Tested by
no test coverage detected