Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caozhiyi/CppNet
/ ~CTaskQueue
Method
~CTaskQueue
base/TaskQueue.h:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
~CTaskQueue() {
20
21
}
22
23
void Push(const T& element) {
24
std::unique_lock<std::mutex> lock(_block_mutex);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected