$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrew Schweitzer (a.schweitzer.grps_at_[hidden])
Date: 2005-12-28 17:21:16
Christopher Kohlhoff wrote:
> Maybe I should just wait and let you answer your own questions
> ;)
>
Ha... possibly, yes.
>
> <http://asio.sourceforge.net/boost-asio-proposal-0.3.6/libs/asio/doc/reference/deadline_timer_reset.html>
>
> Basically if the timer was cancelled successfully, the timer's
> cancel() function returns non-zero and the handler is called
> with the operation_aborted error.
>
> If you were too late to cancel the timer (e.g. it is already on
> the I/O completion port queue but not delivered) then cancel()
> returns 0, and when the handler is finally called it will have
> the success error code.
Sounds good.
>
> Cheers,
> Chris
>
> _______________________________________________
> Unsubscribe & other changes: http://listarchives.boost.org/mailman/listinfo.cgi/boost
>