eris 1.4.0
A WorldForge client library.
|
Class for things which occur after a period of time. More...
#include <EventService.h>
Public Member Functions | |
TimedEvent (EventService &eventService, const std::chrono::steady_clock::duration &duration, const std::function< void()> &callback) | |
Class for things which occur after a period of time.
Definition at line 22 of file EventService.h.
Eris::TimedEvent::TimedEvent | ( | EventService & | eventService, |
const std::chrono::steady_clock::duration & | duration, | ||
const std::function< void()> & | callback | ||
) |
Definition at line 11 of file EventService.cpp.