![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "delayedexecutor.h"
Public Types | |
typedef std::function< void()> | Actor_f |
Public Member Functions | |
DelayedExecutor (Actor_f actor, int timeout) | |
Definition at line 40 of file delayedexecutor.h.
typedef std::function<void ()> LeechCraft::Util::DelayedExecutor::Actor_f |
Definition at line 44 of file delayedexecutor.h.
LeechCraft::Util::DelayedExecutor::DelayedExecutor | ( | Actor_f | actor, |
int | timeout | ||
) |
Definition at line 37 of file delayedexecutor.cpp.