A header-only, basic on/emit event pattern using only C++11, including rudimentary timed events. Usage is inspired by NodeJS.
Code tested with GCC 5.2.0 and CMake 3.3.2.
Simply put the include directory in your compiler search path and include Eventer.hpp. I have provided a cmake script to build my example.cpp. simply follow these instructions:
mkdir cmko && cd cmkocmake -G "Unix Makefiles" ..make