[Boost-bugs] [Boost C++ Libraries] #2118: Clarification of at_thread_exit with respect to interruption

Subject: [Boost-bugs] [Boost C++ Libraries] #2118: Clarification of at_thread_exit with respect to interruption
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-07-15 02:09:33


#2118: Clarification of at_thread_exit with respect to interruption
-------------------------------------------------------+--------------------
 Reporter: Charles Brockman <cmbrockman_at_[hidden]> | Owner: anthonyw
     Type: Feature Requests | Status: new
Milestone: Boost 1.36.0 | Component: thread
  Version: Boost Development Trunk | Severity: Optimization
 Keywords: |
-------------------------------------------------------+--------------------
 '''A.''' The documentation for ''at_thread_exit()'' 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 ''at_thread_exit()'', if any,
 called?

 '''B.''' It would be beneficial to add an example of the use of
 ''at_thread_exit()'' in one of the programs in the
 ''\libs\thread\example'' subdirectory.

 '''C.''' In the Effects section of the documentation for
 ''at_thread_exit()'', the sentence[[BR]]
 ''A copy of func is taken and stored to in thread-specific
 storage.''[[BR]]
 should probably be[[BR]]
 ''A copy of func is taken and stored in thread-specific storage.''[[BR]]
 or simply[[BR]]
 ''A copy of func is placed in thread-specific storage.''

-- 
Ticket URL: <http://svn.boost.org/trac/boost/ticket/2118>
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:49:58 UTC