Timer Callback in C++
I need to call a function asynchronously for every x miliseconds. 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
链接地址: http://www.djcxy.com/p/49066.html下一篇: 定时器在C ++中的回调