Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caozhiyi/CppNet
/ Size
Method
Size
base/TaskQueue.h:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
int Size() {
55
std::unique_lock<std::mutex> lock(_block_mutex);
56
return _block_queue.size();
57
}
58
59
private:
60
size_t _list_size;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected