Re: [Boost-bugs] [Boost C++ Libraries] #3254: Cannot cancel async_write to a serial port

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3254: Cannot cancel async_write to a serial port
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-01-12 22:40:26


#3254: Cannot cancel async_write to a serial port
-------------------------------------------+--------------------------------
  Reporter: kevin.arunski@… | Owner: chris_kohlhoff
      Type: Bugs | Status: closed
 Milestone: Boost 1.40.0 | Component: asio
   Version: Boost 1.39.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------------------+--------------------------------
Changes (by chris_kohlhoff):

  * status: new => closed
  * resolution: => invalid

Comment:

 This is expected behaviour. The async operation can complete any time from
 when you call async_write to when your handler runs. In this case it
 completes immediately, is no longer pending, and so there is nothing to
 cancel.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3254#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC