Boost C++ Libraries: Ticket #7808: [Thread] Incorrect description of effects for this_thread::sleep_for and this_thread::sleep_until https://svn.boost.org/trac10/ticket/7808 <p> In trunk/libs/thread/doc/thread_ref.qbk, </p> <p> effects of <code>this_thread::sleep_until</code> is described as: </p> <blockquote> <p> Suspends the current thread until the time period specified by <code>rel_time</code> has elapsed or the time point specified by <code>abs_time</code> has been reached. </p> </blockquote> <p> while effects of <code>this_thread::sleep_for</code> is described as: </p> <blockquote> <p> Suspends the current thread until the time point specified by <code>abs_time</code> has been reached. </p> </blockquote> <p> <code>rel_time</code> in <code>sleep_until</code> is extra, that is description for <code>sleep</code>, and description of <code>sleep_for</code> should be for <code>sleep_until</code>. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7808 Trac 1.4.3 viboes Tue, 18 Dec 2012 17:05:37 GMT owner, status, milestone changed https://svn.boost.org/trac10/ticket/7808#comment:1 https://svn.boost.org/trac10/ticket/7808#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.53.0</span> </li> </ul> Ticket viboes Tue, 18 Dec 2012 17:06:27 GMT attachment set https://svn.boost.org/trac10/ticket/7808 https://svn.boost.org/trac10/ticket/7808 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">7808.patch</span> </li> </ul> <p> Fix. </p> Ticket viboes Tue, 18 Dec 2012 17:07:14 GMT <link>https://svn.boost.org/trac10/ticket/7808#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7808#comment:2</guid> <description> <p> Thanks for this report. See the attached patch. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Tue, 18 Dec 2012 17:07:35 GMT</pubDate> <title>component changed https://svn.boost.org/trac10/ticket/7808#comment:3 https://svn.boost.org/trac10/ticket/7808#comment:3 <ul> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">thread</span> </li> </ul> Ticket Yasutaka ATARASHI <atara-y@…> Wed, 19 Dec 2012 03:57:21 GMT <link>https://svn.boost.org/trac10/ticket/7808#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7808#comment:4</guid> <description> <p> Thank you for the fast response. </p> <p> For <code>sleep_until</code>, </p> <blockquote> <p> the time period specified or </p> </blockquote> <p> could be removed? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Fri, 21 Dec 2012 22:18:19 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7808#comment:5 https://svn.boost.org/trac10/ticket/7808#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Committed merge from trunk <a class="changeset" href="https://svn.boost.org/trac10/changeset/82159" title="Thread: merge from trunk condition_variables no-it + doc">[82159]</a>. </p> Ticket