Boost C++ Libraries: Ticket #2118: Clarification of at_thread_exit with respect to interruption https://svn.boost.org/trac10/ticket/2118 <p> <strong>A.</strong> The documentation for <em>at_thread_exit()</em> and in the Interruption section of Thread Management should be amended. If a thread is interrupted and the exception is not caught, the thread will terminate. In that case is the function specified in <em>at_thread_exit()</em>, if any, called? </p> <p> <strong>B.</strong> It would be beneficial to add an example of the use of <em>at_thread_exit()</em> in one of the programs in the <em>\libs\thread\example</em> subdirectory. </p> <p> <strong>C.</strong> In the Effects section of the documentation for <em>at_thread_exit()</em>, the sentence<br /> <em>A copy of func is taken and stored to in thread-specific storage.</em><br /> should probably be<br /> <em>A copy of func is taken and stored in thread-specific storage.</em><br /> or simply<br /> <em>A copy of func is placed in thread-specific storage.</em> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2118 Trac 1.4.3 Anthony Williams Fri, 25 Jul 2008 22:01:59 GMT status changed https://svn.boost.org/trac10/ticket/2118#comment:1 https://svn.boost.org/trac10/ticket/2118#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Documentation updated on trunk. </p> Ticket Anthony Williams Fri, 08 Aug 2008 20:48:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2118#comment:2 https://svn.boost.org/trac10/ticket/2118#comment:2 <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> Ticket