cpptime icon indicating copy to clipboard operation
cpptime copied to clipboard

A portable, pure C++11 timer component.

Results 5 cpptime issues
Sort by recently updated
recently updated
newest added

Hi, I just tested this great timer on both Windows and Ubuntu. When I set the system time both backward and forward, the timer always invokes the callback function. But...

Is it possible to extend the timer functionality to pass input argument((void *)arg) to handler function?

qestion1 : thread1 add a period timer and save time_id. thread2 is the timer thread. afer thread2 unlock . thread 1 use the time_id to call Timer::remove() , in Timer::remove...

this commit may fix the bug. https://github.com/eglimi/cpptime/issues/8

Hi, would you be interested in having cpptime be available as a conan package? If so, I can submit a pull request adding the conan recipe. Then you could submit...