You could have found this in much less time than it took to fire an
email to the list...
> _______________________________________________
> Boost-users mailing list
> Boost...@lists.boost.org
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
_______________________________________________
Boost-users mailing list
Boost...@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
Can you start googling instead of just asking everything? I know
nothing about the topic but a quick google brings up asio's
deadline_timer frequently, have a look at that. e.g.
http://stackoverflow.com/questions/4267546/c-boost-asio-simple-periodic-timer
You could have found this in much less time than it took to fire an
email to the list...
On Wed, Sep 21, 2011 at 20:14, asif saeed <asif...@gmail.com> wrote:
> Hi,
> I need an interval timer to continuously call my callback function after
> every n milliseconds/seconds for ever once I set it up. I also need the
> ability to kill/cancel the timer. Does Boost provide such a facility now?