libktorrent  2.2.0
Public Member Functions | List of all members
bt::JobQueue Class Reference

#include <jobqueue.h>

Inheritance diagram for bt::JobQueue:
Inheritance graph
[legend]

Public Member Functions

 JobQueue (TorrentControl *parent)
 
JobcurrentJob ()
 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.
 

Detailed Description

A job queue handles all jobs running on a torrent in a sequential order

Definition at line 35 of file jobqueue.h.


The documentation for this class was generated from the following file: