libktorrent
2.2.0
|
#include <taskmanager.h>
Public Member Functions | |
TaskManager (const DHT *dh_table) | |
void | addTask (Task *task) |
bt::Uint32 | getNumQueuedTasks () const |
Get the number of queued tasks. | |
bt::Uint32 | getNumTasks () const |
Get the number of running tasks. | |
Manages all dht tasks.
Definition at line 55 of file taskmanager.h.
void dht::TaskManager::addTask | ( | Task * | task | ) |
Add a task to manage.
task |