LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
queuemanager.h File Reference
#include <functional>
#include <boost/optional.hpp>
#include <QObject>
#include <QDateTime>
#include <QPointer>
#include <QPair>
#include "sllconfig.h"
+ Include dependency graph for queuemanager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LeechCraft::Util::QueueManager
 A simple scheduling manager for a queue of functors. More...
 

Namespaces

 LeechCraft
 
 LeechCraft::Util
 

Enumerations

enum  LeechCraft::Util::QueuePriority {
  LeechCraft::Util::QueuePriority::Normal,
  LeechCraft::Util::QueuePriority::High
}
 The priority of the action in the queue. More...