Boost logo

Boost Users :

Subject: Re: [Boost-users] [asio] deadline_timer callback is not called
From: Igor R (boost.lists_at_[hidden])
Date: 2009-10-14 11:12:45


> I try to add a call to io_service.run() after the timer async_wait:

Why? You already run io_service within io_worker_thread(), don't you?
What you have to do is just:
...expires_from_now(...);
...async_wait(...);



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net