Skip to content

magoo-magoo/TimerFunction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Timer Function class in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages