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