Timer Callback in C++
I need to call a function asynchronously for every x mil开发者_高级运维iseconds. I am coding in C++, Linux environment. What functions could I call to achieve that?
Look into the Boost timers.
http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/tutorial/tuttimer2.html
精彩评论