MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / Queue

Function Queue

src/platform/linux/live_playtime.cpp:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420static std::mutex g_queueMutex;
421
422void Queue(const std::vector<uint8_t>& respBody) {
423 if (respBody.empty()) return;
424 std::lock_guard<std::mutex> lock(g_queueMutex);
425 g_queue.push(respBody);
426}
427
428void DrainOnNetThread() {
429 if (!Ready()) return;

Callers 1

EnsureInitializedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected