Boost logo

Boost Users :

Subject: [Boost-users] boost::asio::io_service::post and boost::asio::deadline_timer
From: Christopher (cpisz_at_[hidden])
Date: 2012-01-16 21:36:23


I am getting boost:asio::error::operation_aborted error codes for an unknown
reason in my handlers.
No where did a cancel or reset occur, nor was the deadline_time or the
io_service destroyed.

Does anyone know if I may post to the same io_service a deadline_timer was
constructed with or if they will interfere with eachother?

May I post multiple times to the deadline timer calling back different methods?

I can't imagine why the abort would show up other than I am taking something
for granted.


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