Event Queue

Simple event queue class + testing.

Build instructions

Build the code:

mkdir build

cd build

cmake ..

make

Run the tests:

./test/event_queue_test