MCPcopy 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
620void AudioContext::enqueueEvent(std::function<void()> & fn)
621{
622 m_internal->enqueuedEvents.enqueue(fn);
623 cv.notify_all(); // processing thread must dispatch events
624}
625
626void AudioContext::dispatchEvents()
627{

Callers 3

processMethod · 0.80
updateMethod · 0.80
finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected