Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magoo-magoo/timerfunction

Timer Function class in C++
https://github.com/magoo-magoo/timerfunction

Last synced: about 2 months ago
JSON representation

Timer Function class in C++

Awesome Lists containing this project

README

        

# TimerFunction
TimerFunction class in C++

After start(), executes a fonction with a `void (void)` signature and sleep fo n milliseconds till TimerFunction object is destroyed or stop() called.

To compile:

clang++ -std=c++11 -Wall -W main.cpp -o exec -pthread