MCPcopy Create free account
hub / github.com/apohl79/audiogridder / waitForData

Method waitForData

Server/Source/AudioWorker.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59bool AudioWorker::waitForData() {
60 std::lock_guard<std::mutex> lock(m_mtx);
61 return m_socket->waitUntilReady(true, 50);
62}
63
64void AudioWorker::run() {
65 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected