I see, thank you :)
Hi, Allan.
Note that deadline_timer always (!) invokes wait handler, even it was successfully cancelled (int res = timer1.cancel();
> Is this a bug, or am I doing something wrong?
assert(res > 0);):
~~~
The handler for each cancelled operation will be invoked
with the boost::asio::error::operation_aborted error code.
~~~
Regards,
Marat Abrarov.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users