$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost asio deadline_timer, bug?
From: Igor R (boost.lists_at_[hidden])
Date: 2011-08-19 04:50:00
> Is this a bug, or am I doing something wrong?
Completion handler of an async. operation is guaranteed to get
invoked. Check the error code inside the handler (and of course, read
the documentation).