Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ enqueueEvent
Method
enqueueEvent
src/core/AudioContext.cpp:620–624 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
618
}
619
620
void AudioContext::enqueueEvent(std::function<void()> & fn)
621
{
622
m_internal->enqueuedEvents.enqueue(fn);
623
cv.notify_all(); // processing thread must dispatch events
624
}
625
626
void AudioContext::dispatchEvents()
627
{
Callers
3
process
Method · 0.80
update
Method · 0.80
finish
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected