Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ getQueueSize
Method
getQueueSize
src/DHTTaskExecutor.h:67–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
int getNumConcurrent() const { return numConcurrent_; }
66
67
size_t getQueueSize() const { return queue_.size(); }
68
};
69
70
} // namespace aria2
Callers
1
testUpdate
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
testUpdate
Method · 0.64