User Tools

Site Tools


c:c_threads:thread_class

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
c:c_threads:thread_class [2021/03/05 16:58] – created peterc:c_threads:thread_class [2021/03/05 17:13] (current) peter
Line 3: Line 3:
 If neither **join** or **detach** is called with a std::thread object, then when the main thread terminates, it will result in an exception error. If neither **join** or **detach** is called with a std::thread object, then when the main thread terminates, it will result in an exception error.
  
-One approach around this issue to to use a class such as this, which checks is the thread is joinable.+One approach around this issue to to use a class such as this, which checks if the thread is joinable, and if so will detach it from the main thread. 
 + 
 +In this way, no exception error is shown. 
 + 
 +----
  
 <code cpp> <code cpp>
Line 45: Line 49:
 } }
 </code> </code>
 +
 +----
 +
 +
c/c_threads/thread_class.1614963511.txt.gz · Last modified: 2021/03/05 16:58 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki