LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
delayedexecutor.h File Reference
#include <memory>
#include <functional>
#include <QObject>
#include "sllconfig.h"
+ Include dependency graph for delayedexecutor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LeechCraft::Util::DelayedExecutor
 Executes a given action after a given timeout. More...
 

Namespaces

 LeechCraft
 
 LeechCraft::Util
 

Functions

void LeechCraft::Util::ExecuteLater (const DelayedExecutor::Actor_f &actor, int delay=0)
 
template<typename F >
void LeechCraft::Util::DelayDestruction (const std::shared_ptr< F > &obj)