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

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

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

Last synced: 4 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