Re: [Boost-bugs] [Boost C++ Libraries] #9847: boost::asio system_timer/deadline_timer ::expires_at() incorrect working

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9847: boost::asio system_timer/deadline_timer ::expires_at() incorrect working
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-05-05 07:39:36


#9847: boost::asio system_timer/deadline_timer ::expires_at() incorrect working
-------------------------------+----------------------------
  Reporter: sunheretic13@… | Owner: chris_kohlhoff
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: asio
   Version: Boost 1.55.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------+----------------------------
Changes (by chris_kohlhoff):

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

Comment:

 If you require a wall-clock timer with faster reaction to changes in the
 clock, customise the time traits to return a shorter value from
 to_posix_duration. See this blog post for example: [http://blog.think-
 async.com/2007/08/time-travel.html].

 Alternatively, if what you really want is a timer based on monotonic timer
 (i.e. independent of wall clock), use steady_timer, or customise the time
 traits to use your own clock.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9847#comment:1>
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:16 UTC