33 #include <boost/optional.hpp>
62 QTimer *
const ReqTimer_;
63 QDateTime LastRequest_;
67 typedef boost::optional<QPointer<QObject>> OptionalTracker_t;
95 void Schedule (std::function<
void ()> functor,
96 QObject *dependent = 0,
120 bool IsPaused ()
const;
A simple scheduling manager for a queue of functors.