TimerCallback function based on Standard Template LIbrary without Boost

Viewed 6093

Are there TimerCallback libraries implemented using STL. I can't bring in Boost dependency into my project.

The timer on expiry should be able to callback the registered function.

1 Answers
Related