
28 Dec
2005
28 Dec
'05
10:21 p.m.
Christopher Kohlhoff wrote:
Maybe I should just wait and let you answer your own questions ;)
Ha... possibly, yes.
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://lists.boost.org/mailman/listinfo.cgi/boost