class EE::Scene::MainThreadLifetime::WeakHandle¶
#include <mainthreadlifetime.hpp> class WeakHandle { public: // methods void run(std::function<void(T*)> callback, const Time& delay = Time::Zero, Action::UniqueID tag = 0) const; operator bool() const; };