|
libktorrent
2.1.1
|
#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 |
1.8.18