Skip to content

Instantly share code, notes, and snippets.

@iscgar
iscgar / Timer.cpp
Last active August 29, 2015 14:18
A simple timer wrapper for Linux intended to be consumed by a single thread with timed wait.
/**
* @file Timer.cpp
*
* A simple timer wrapper implementation for Linux (can be adjusted for other OSs easily).
*
* @author Isaac Garzon
* @since 05/04/2015
*/
#if !defined(__linux__)