Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Soundux/Soundux
/ ~Queue
Method
~Queue
src/helper/queue/queue.cpp:45–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
handler = std::thread([this] { handle(); });
44
}
45
Queue::~Queue()
46
{
47
stop = true;
48
cv.notify_all();
49
handler.join();
50
}
51
} // namespace Soundux::Objects
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected