33 #include <boost/optional.hpp> 69 QTimer *
const ReqTimer_;
70 QDateTime LastRequest_;
74 typedef boost::optional<QPointer<QObject>> OptionalTracker_t;
102 void Schedule (std::function<
void ()> functor,
103 QObject *dependent =
nullptr,
127 bool IsPaused ()
const;
QueuePriority
The priority of the action in the queue.
A simple scheduling manager for a queue of functors.