libktorrent
2.2.0
|
#include <jobqueue.h>
Public Member Functions | |
JobQueue (TorrentControl *parent) | |
Job * | currentJob () |
Get the current job. | |
void | enqueue (Job *job) |
Enqueue a job. | |
void | killAll () |
Kill all jobs. | |
bool | runningJobs () const |
Are there running jobs. | |
void | startNextJob () |
Start the next job. | |
A job queue handles all jobs running on a torrent in a sequential order
Definition at line 53 of file jobqueue.h.