eris 1.4.0
A WorldForge client library.
Eris::TimedEvent Class Reference

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)
 

Detailed Description

Class for things which occur after a period of time.

Definition at line 22 of file EventService.h.

Constructor & Destructor Documentation

◆ TimedEvent()

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.


The documentation for this class was generated from the following files: