Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ getExecutingTaskSize
Method
getExecutingTaskSize
src/DHTTaskExecutor.h:63–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
void addTask(const std::shared_ptr<DHTTask>& task) { queue_.push_back(task); }
62
63
size_t getExecutingTaskSize() const { return execTasks_.size(); }
64
65
int getNumConcurrent() const { return numConcurrent_; }
66
Callers
1
testUpdate
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
testUpdate
Method · 0.64