RunLater
fTaskLoop->RunLater(
panel->fTaskLoop->RunLater(
taskLoop->RunLater(NewMemberFunctionObject(
tracker->MainTaskLoop()->RunLater(
RunLater(new OneShotDelayedTask(functor, delay));
RunLater(new PeriodicDelayedTask(functor, delay, period));
RunLater(new PeriodicDelayedTaskWithTimeout(functor, delay, period,
RunLater(new RunWhenIdleTask(functor, initialDelay, idleTime, heartBeat));
RunLater(new AccumulatedOneShotDelayedTask(functor, delay,
void RunLater(DelayedTask*);
void RunLater(FunctionObject* functor, bigtime_t delay);
void RunLater(FunctionObjectWithResult<bool>* functor, bigtime_t delay,
void RunLater(FunctionObjectWithResult<bool>* functor, bigtime_t delay,
fTaskLoop->RunLater(NewMemberFunctionObjectWithResult
fTaskLoop->RunLater(NewMemberFunctionObjectWithResult
fTaskLoop->RunLater(NewMemberFunctionObject
fTaskLoop->RunLater(NewMemberFunctionObject(&TTracker::CloseParent,